mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 14:42:48 +00:00
fix args
This commit is contained in:
3
.github/workflows/llmsecops-cicd.yml
vendored
3
.github/workflows/llmsecops-cicd.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user