forked from EleutherAI/lm-evaluation-harness
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add correct synchronization script (removed sleeps where necessary)
- Loading branch information
Martin Fajčík
committed
Aug 26, 2024
1 parent
d13068d
commit d3b47a2
Showing
18 changed files
with
258 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_llama31 | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 48:00:00 | ||
#SBATCH --gpus-per-node 8 | ||
#SBATCH --nodes 2 | ||
|
||
NAME='70bllama31_lm' | ||
MODEL_NAME='meta-llama/Meta-Llama-3.1-70B' | ||
|
||
|
||
|
||
source ./jobs/scripts/submit/fire/fire_L_smartt.sh |
14 changes: 14 additions & 0 deletions
14
jobs/scripts/submit/models_L/eval_mixtral_8x22B_instruct_smartt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_8x22mix | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 48:00:00 | ||
#SBATCH --gpus-per-node 8 | ||
#SBATCH --nodes 2 | ||
|
||
NAME='8x22Mixtral_instruct' | ||
MODEL_NAME='mistralai/Mixtral-8x22B-Instruct-v0.1' | ||
|
||
|
||
|
||
source ./jobs/scripts/submit/fire/fire_L_smartt.sh |
13 changes: 13 additions & 0 deletions
13
jobs/scripts/submit/models_M/eval_aya23_35B_instruct_smartt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_aya35b | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 48:00:00 | ||
#SBATCH --gpus-per-node 4 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='aya23_35b_instruct' | ||
MODEL_NAME='CohereForAI/aya-23-35B' | ||
BACKEND='huggingface' | ||
|
||
source ./jobs/scripts/submit/fire/fire_M_smartt.sh |
13 changes: 13 additions & 0 deletions
13
jobs/scripts/submit/models_M/eval_mistral_nemo_base_smartt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_mnemo | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 48:00:00 | ||
#SBATCH --gpus-per-node 2 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='mistral_nemo_base' | ||
MODEL_NAME='mistralai/Mistral-Nemo-Base-2407' | ||
BACKEND='huggingface' | ||
|
||
source ./jobs/scripts/submit/fire/fire_M_smartt.sh |
13 changes: 13 additions & 0 deletions
13
jobs/scripts/submit/models_M/eval_mixtral8x7_base_smartt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_mmix | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 48:00:00 | ||
#SBATCH --gpus-per-node 8 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='mixtralM_base' | ||
MODEL_NAME='mistralai/Mixtral-8x7B-v0.1' | ||
BACKEND='vllm' | ||
|
||
source ./jobs/scripts/submit/fire/fire_M_smartt.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_tllama | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 16:00:00 | ||
#SBATCH --gpus-per-node 1 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='cstllama' | ||
MODEL_NAME='BUT-FIT/CSTinyLlama-1.2B' | ||
|
||
source ./jobs/scripts/submit/fire/fire_S_smartt.sh |
12 changes: 12 additions & 0 deletions
12
jobs/scripts/submit/models_S/eval_gemma2-2b_instruct_smartt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_g2b | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 16:00:00 | ||
#SBATCH --gpus-per-node 1 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='gemma2-2b-instruct' | ||
MODEL_NAME='google/gemma-2-2b-it' | ||
|
||
source ./jobs/scripts/submit/fire/fire_S_smartt.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_g2b | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 16:00:00 | ||
#SBATCH --gpus-per-node 1 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='gemma2-2b' | ||
MODEL_NAME='google/gemma-2-2b' | ||
|
||
source ./jobs/scripts/submit/fire/fire_S_smartt.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_gemma2 | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 16:00:00 | ||
#SBATCH --gpus-per-node 1 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='gemma2_lm' | ||
MODEL_NAME='google/gemma-2-9b' | ||
|
||
source ./jobs/scripts/submit/fire/fire_S_smartt.sh | ||
|
14 changes: 14 additions & 0 deletions
14
jobs/scripts/submit/models_S/eval_hermes_llama31_instruct_smartt.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_hermes31 | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 16:00:00 | ||
#SBATCH --gpus-per-node 1 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='hermes_llama31_instruct' | ||
MODEL_NAME='NousResearch/Hermes-3-Llama-3.1-8B' | ||
|
||
source ./jobs/scripts/submit/fire/fire_S_smartt.sh | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/usr/bin/bash | ||
#SBATCH --job-name bcm_llama31 | ||
#SBATCH --account OPEN-30-35 | ||
#SBATCH --partition qgpu | ||
#SBATCH --time 16:00:00 | ||
#SBATCH --gpus-per-node 1 | ||
#SBATCH --nodes 1 | ||
|
||
NAME='llama31_lm' | ||
MODEL_NAME='meta-llama/Meta-Llama-3.1-8B' | ||
|
||
source ./jobs/scripts/submit/fire/fire_S_smartt.sh |
Oops, something went wrong.