From c3aa964d31550e9f5aeb4482dc94a3cfeb6204d1 Mon Sep 17 00:00:00 2001 From: archana-ramalingam Date: Mon, 28 Oct 2024 15:58:43 -0500 Subject: [PATCH] Test pytest command --- .github/workflows/ci_eval.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_eval.yaml b/.github/workflows/ci_eval.yaml index 080641909..0c10fe2a5 100644 --- a/.github/workflows/ci_eval.yaml +++ b/.github/workflows/ci_eval.yaml @@ -67,8 +67,7 @@ jobs: iree-runtime \ "numpy<2.0" - name: Run perplexity test with vmfb - run: pytest -n 8 -v -s sharktank/tests/evaluate/perplexity_vmfb_test.py \ - --longrun \ + run: pytest -n 8 -v -s sharktank/tests/evaluate/perplexity_vmfb_test.py --longrun \ --iree-device='hip://7' \ --iree-hip-target='gfx942' \ --llama3-8b-f16-model-path=/data/llama-3.1/8b/llama8b_f16.irpa \