Skip to content

Commit

Permalink
Update mi-300x-3 path
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Oct 28, 2024
1 parent 8069f24 commit fb78644
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
--longrun \
--iree-device='hip://7' \
--iree-hip-target='gfx942' \
--llama3-8b-f16-model-path=/data/extra/models/llama3.1_8B/llama8b_f16.irpa \
--llama3-8b-tokenizer-path=/data/extra/models/llama3.1_8B/tokenizer_config.json
--llama3-8b-f16-model-path=/data/llama-3.1/8b/llama8b_f16.irpa \
--llama3-8b-tokenizer-path=/data/llama-3.1/8b/tokenizer_config.json

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

0 comments on commit fb78644

Please sign in to comment.