Skip to content

Commit

Permalink
bugfix cp harness tasks to cachedir
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz committed Mar 18, 2024
1 parent 030b043 commit 409c2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ LOTMP_ELEU_CONFIGSFOLDER="$COTEVAL_CACHE_DIR/eleuther/tasks/logikon" # folder w
LOTMP_ELEU_CONFIGSINFO="$COTEVAL_CACHE_DIR/lm_eval_harness_tasks.json" # groups names of lm-eval-harness tasks that will be used
LOTMP_ELEU_OUTPUTDIR="$COTEVAL_CACHE_DIR/eleuther/output" # folder with lm-eval-harness output

# cp pre-built eleuther tasks and templates to cache dir
cp -r ./eleuther/tasks/logikon/* $LOTMP_ELEU_CONFIGSFOLDER

##############################
# login to huggingface hub
Expand Down

2 comments on commit 409c2b2

@yakazimir
Copy link
Collaborator

@yakazimir yakazimir commented on 409c2b2 Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this new change I'm now getting the following error:

2024-03-18T23:21:47.261237923Z All rights reserved.
2024-03-18T23:21:47.263064047Z 
2024-03-18T23:21:47.263076221Z Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES.  All rights reserved.
2024-03-18T23:21:47.263080129Z 
2024-03-18T23:21:47.263082384Z This container image and its contents are governed by the NVIDIA Deep Learning Container License.
2024-03-18T23:21:47.263085299Z By pulling and using the container, you accept the terms and conditions of this license:
2024-03-18T23:21:47.263087714Z https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
2024-03-18T23:21:47.465183995Z 
2024-03-18T23:21:47.465206420Z NOTE: CUDA Forward Compatibility mode ENABLED.
2024-03-18T23:21:47.465212823Z   Using CUDA 12.2 driver version 535.104.05 with kernel driver version 525.147.05.
2024-03-18T23:21:47.465217873Z   See https://docs.nvidia.com/deploy/cuda-compatibility/ for details.
2024-03-18T23:21:47.508137755Z 
2024-03-18T23:21:47.527341591Z cp: target './cot-eval-cache/eleuther/tasks/logikon' is not a directory

@ggbetz
Copy link
Contributor Author

@ggbetz ggbetz commented on 409c2b2 Mar 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @yakazimir! Have just fixed that bug. Docker image is re-built and pushed. (Yet, will only be able to run systematic tests tomorrow.)

Please sign in to comment.