mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-02-12 14:42:48 +00:00
error handling - troubleshooting
This commit is contained in:
2
.github/workflows/llmsecops-cicd.yml
vendored
2
.github/workflows/llmsecops-cicd.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Set up HuggingFace LLM
|
||||
run: |
|
||||
pip install huggingface-hub[cli]
|
||||
huggingface-cli download microsoft/Phi-3-mini-4k-instruct-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir .
|
||||
huggingface-cli download microsoft/Phi-3-mini-4k-instruct-onnx --include cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/* --local-dir ${{ github.workspace }}/tests/llm
|
||||
pip install onnxruntime-genai
|
||||
# curl https://raw.githubusercontent.com/microsoft/onnxruntime-genai/main/examples/python/phi3-qa.py -o phi3-qa.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user