Skip to content

Commit

Permalink
use uv
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 1c4da79 commit 362ae3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fine_tune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
python-version: "3.11"
cache: "pip"
cache-dependency-path: requirements.txt
- name: Install uv
run: pip install uv
- name: Install dependencies
run: pip install -r requirements.txt
run: uv pip install -r requirements.txt
- name: Run fine-tuning
run: bash fine_tune.sh

0 comments on commit 362ae3d

Please sign in to comment.