Skip to content

Commit b220688

Browse files
Remove export tests
1 parent ea311e8 commit b220688

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci_eval.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
iree-compiler \
6767
iree-runtime \
6868
"numpy<2.0"
69-
70-
- name: Fetch reqs
71-
run: pip list
72-
- name: test benchmark
73-
run: pytest sharktank/tests/models/llama/benchmark_amdgpu_tests.py -v -s --longrun -k 'testBenchmark8B_f16_Decomposed'
74-
- name: test1
75-
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
7669
- name: Run perplexity test with vmfb
7770
run: pytest -n 8 -v -s sharktank/tests/evaluate/perplexity_vmfb_test.py --iree-device='hip://7' --longrun
7871

0 commit comments

Comments
 (0)