This commit is contained in:
Adam Wilson
2025-08-19 20:18:34 -06:00
parent d8bcd9e080
commit cb9d230db3
3 changed files with 229 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: 'set up Python dependencies'
shell: bash
run: |
pip install -r ${{ github.workspace }}/requirements.txt
pip install -r ${{ github.workspace }}/requirements.github_actions.txt
- name: 'set up Microsoft Phi-3 Mini 4k LLM from HuggingFace'
shell: bash