Fix CI errors

This commit is contained in:
Aleksa Gordic 2024-06-24 14:09:42 +00:00
parent 3abdf9a3e4
commit a259eeabe5
6 changed files with 20 additions and 8 deletions

View file

@ -11,7 +11,7 @@
# NOTE: change the above slurm arguments to match your system!
# Run with `sbatch <path_to_this_script.sh>`
make train_gpt2cu USE_CUDNN=1 USE_MPI=0
make train_gpt2cu USE_CUDNN=1 NO_USE_MPI=1
# NOTE: change the following to match your system
binary_path="/home/ubuntu/llm.c/train_gpt2cu"

View file

@ -1,5 +1,5 @@
make train_gpt2cu USE_CUDNN=1 USE_MPI=1
make train_gpt2cu USE_CUDNN=1
# NOTE: change the following to match your system
binary_path="/home/ubuntu/llm.c/train_gpt2cu"

View file

@ -11,7 +11,7 @@
# NOTE: change the above slurm arguments to match your system!
# Run with `sbatch <path_to_this_script.sh>`
make train_gpt2cu USE_CUDNN=1 USE_MPI=0
make train_gpt2cu USE_CUDNN=1 NO_USE_MPI=1
# NOTE: change the following to match your system
binary_path="/home/ubuntu/llm.c/train_gpt2cu"