Skip to content

Commit

Permalink
test finetune phi3
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan committed Apr 24, 2024
1 parent 463249f commit e66c0b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
result=$(curl --fail --retry 10 --retry-all-errors http://127.0.0.1:8080/v1/chat/completions -H "Content-Type: application/json" -d '{
"model": "custom",
"messages": [{"role": "user", "content": "Compose a haiku about cats"}]
"messages": [{"role": "user", "content": "merhaba nasilsin"}]
}')
echo $result
Expand Down
4 changes: 2 additions & 2 deletions test/aikitfile-unsloth.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#syntax=aikit:test
apiVersion: v1alpha1
baseModel: unsloth/llama-3-8b-bnb-4bit
baseModel: unsloth/Phi-3-mini-4k-instruct-bnb-4bit
datasets:
- source: "yahma/alpaca-cleaned"
- source: "esokullu/alpaca-turkish"
type: alpaca
config:
unsloth:
Expand Down

0 comments on commit e66c0b5

Please sign in to comment.