Skip to content

Commit fb78644

Browse files
Update mi-300x-3 path
1 parent 8069f24 commit fb78644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_eval.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
--longrun \
7272
--iree-device='hip://7' \
7373
--iree-hip-target='gfx942' \
74-
--llama3-8b-f16-model-path=/data/extra/models/llama3.1_8B/llama8b_f16.irpa \
75-
--llama3-8b-tokenizer-path=/data/extra/models/llama3.1_8B/tokenizer_config.json
74+
--llama3-8b-f16-model-path=/data/llama-3.1/8b/llama8b_f16.irpa \
75+
--llama3-8b-tokenizer-path=/data/llama-3.1/8b/tokenizer_config.json
7676

7777
# test_perplexity_torch:
7878
# timeout-minutes: 1000
@@ -120,5 +120,5 @@ jobs:
120120
# - name: Run perplexity test in eager mode
121121
# run: pytest -n 8 -v -s sharktank/tests/evaluate/perplexity_vmfb_test.py \
122122
# --longrun \
123-
# --llama3-8b-f16-model-path=/data/extra/models/llama3.1_8B/llama8b_f16.irpa \
124-
# --llama3-8b-tokenizer-path=/data/extra/models/llama3.1_8B/tokenizer_config.json
123+
# --llama3-8b-f16-model-path=/data/llama-3.1/8b/llama8b_f16.irpa \
124+
# --llama3-8b-tokenizer-path=/data/llama-3.1/8b/tokenizer_config.json

0 commit comments

Comments
 (0)