Skip to content

Commit

Permalink
Remove export tests
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Oct 28, 2024
1 parent ea311e8 commit b220688
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ jobs:
iree-compiler \
iree-runtime \
"numpy<2.0"
- name: Fetch reqs
run: pip list
- name: test benchmark
run: pytest sharktank/tests/models/llama/benchmark_amdgpu_tests.py -v -s --longrun -k 'testBenchmark8B_f16_Decomposed'
- name: test1
run: cd /home/nod/actions-runner-llama/_work/SHARK-Platform/SHARK-Platform/sharktank && python3 -m sharktank.examples.export_paged_llm_v1 --irpa-file /data/llama-3.1/8b/llama8b_f16.irpa --output-mlir /home/nod/actions-runner-llama/_work/SHARK-Platform/SHARK-Platform/tmp_perplexity_ci_artifacts/llama8b_f16_decomposed.mlir --output-config /home/nod/actions-runner-llama/_work/SHARK-Platform/SHARK-Platform/tmp_perplexity_ci_artifacts/llama8b_f16_decomposed.json --bs 100 --attention-kernel decomposed
- name: Run perplexity test with vmfb
run: pytest -n 8 -v -s sharktank/tests/evaluate/perplexity_vmfb_test.py --iree-device='hip://7' --longrun

Expand Down

0 comments on commit b220688

Please sign in to comment.