mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-05-15 13:38:01 +02:00
try to fix model path bug
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user