Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
removed phi from small models, it is 28GB
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jun 25, 2024
1 parent 531d1c3 commit 04a06ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/lm-eval-configs/full-large-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Mixtral-8x7B-Instruct-v0.1-FP8.yaml
Mixtral-8x7B-Instruct-v0.1.yaml
Qwen2-57B-A14B-Instruct.yaml
Qwen2-72B-Instruct.yaml
Phi-3-medium-4k-instruct.yaml
1 change: 0 additions & 1 deletion .github/lm-eval-configs/full-small-models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ Meta-Llama-3-8B-Instruct-FP8.yaml
Meta-Llama-3-8B-Instruct-W4A16.yaml
Meta-Llama-3-8B-Instruct.yaml
Mistral-7B-Instruct-v0.3.yaml
Phi-3-medium-4k-instruct.yaml
Qwen2-7B-Instruct.yaml
2 changes: 1 addition & 1 deletion .github/lm-eval-configs/smoke-small-models.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Meta-Llama-3-8B-Instruct.yaml
Phi-3-medium-4k-instruct.yaml
Qwen2-7B-Instruct.yaml
2 changes: 1 addition & 1 deletion .github/scripts/nm-run-lm-eval-vllm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ do
echo "=== RUNNING MODEL: $MODEL_CONFIG ==="

MODEL_CONFIG_PATH=$PWD/.github/lm-eval-configs/models/${MODEL_CONFIG}
LM_EVAL_TEST_DATA_FILE=$MODEL_CONFIG_PATH pytest -v tests/accuracy/test_lm_eval_correctness.py || LOCAL_SUCCESS=$?
LM_EVAL_TEST_DATA_FILE=$MODEL_CONFIG_PATH pytest -s tests/accuracy/test_lm_eval_correctness.py || LOCAL_SUCCESS=$?

if [[ $LOCAL_SUCCESS == 0 ]]; then
echo "=== PASSED MODEL: ${MODEL_CONFIG} ==="
Expand Down

0 comments on commit 04a06ad

Please sign in to comment.