try to fix model path bug

This commit is contained in:
Adam Wilson
2025-05-19 12:41:52 -06:00
parent 0c6bc7c78f
commit eb740793b7
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: 'set up Microsoft Phi-3 Mini 4k LLM from HuggingFace'
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 ${{ github.workspace }}/tests/llm
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 }}/src/llm
- name: 'set up garak'
run: |