Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Jun 11, 2024
1 parent 1e6cf1b commit 1c4da79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fine_tune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
cache: "pip"
cache-dependency-path: requirements.txt
- name: Install dependencies
run: pip install unionai
run: pip install -r requirements.txt
- name: Run fine-tuning
run: bash fine_tune.sh

0 comments on commit 1c4da79

Please sign in to comment.