From 3ccb57e40350cf311dab682007df25a48c1756bf Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Tue, 22 Apr 2025 21:28:05 -0600 Subject: [PATCH] fix args --- .github/workflows/llmsecops-cicd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/llmsecops-cicd.yml b/.github/workflows/llmsecops-cicd.yml index f9aa8d518..9be8285a8 100644 --- a/.github/workflows/llmsecops-cicd.yml +++ b/.github/workflows/llmsecops-cicd.yml @@ -28,10 +28,9 @@ jobs: huggingface-cli download microsoft/Phi-3-mini-4k-instruct-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir . pip install onnxruntime-genai # curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py -o phi3-qa.py - python ${{ github.workspace }}/tests/llm/phi3_language_model.py -v \ + python ${{ github.workspace }}/tests/llm/phi3_language_model.py \ --prompt 'Describe the principle of existence, from the first principles of philosophy.' \ -m cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4 \ - -e cpu - name: Run REST API server run: |