Commit fb78644 1 parent 8069f24 commit fb78644 Copy full SHA for fb78644
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
--longrun \
72
72
--iree-device='hip://7' \
73
73
--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
76
76
77
77
# test_perplexity_torch:
78
78
# timeout-minutes: 1000
@@ -120,5 +120,5 @@ jobs:
120
120
# - name: Run perplexity test in eager mode
121
121
# run: pytest -n 8 -v -s sharktank/tests/evaluate/perplexity_vmfb_test.py \
122
122
# --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
You can’t perform that action at this time.
0 commit comments