Skip to content

Commit

Permalink
updates
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 e8d0492 commit 56fc7a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fine_tune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run:
pip install uv
pip install -U setuptools
uv pip install -r requirements.lock.txt
- name: Run fine-tuning
run: bash fine_tune.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ ollama run phi3-news
```

```
> What's the latest medical research relating to cripsr therapy?
> What are the latest top news headlines in science?
```
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tokenizers
transformers==4.41.1
torch==2.0.1
wandb
unionai==0.1.25
flytekitplugins-envd==1.12.2
flytekitplugins-kfpytorch==1.12.2
flytekitplugins-huggingface==1.12.2
flytekitplugins-deck-standard==1.12.2
unionai==0.1.23
flytekitplugins-envd==1.12.1rc1
flytekitplugins-kfpytorch==1.12.1rc1
flytekitplugins-huggingface==1.12.1rc1
flytekitplugins-deck-standard==1.12.1rc1

0 comments on commit 56fc7a3

Please sign in to comment.