Skip to content

Commit

Permalink
fix: Update Model Tags (#311)
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Mar 26, 2024
1 parent 99b7d57 commit 8eddac3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions presets/models/falcon/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ var (
PresetFalcon40BInstructModel = PresetFalcon40BModel + "-instruct"

PresetFalconTagMap = map[string]string{
"Falcon7B": "0.0.3",
"Falcon7BInstruct": "0.0.3",
"Falcon40B": "0.0.3",
"Falcon40BInstruct": "0.0.3",
"Falcon7B": "0.0.4",
"Falcon7BInstruct": "0.0.4",
"Falcon40B": "0.0.5",
"Falcon40BInstruct": "0.0.5",
}

baseCommandPresetFalcon = "accelerate launch"
Expand Down
4 changes: 2 additions & 2 deletions presets/models/mistral/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ var (
PresetMistral7BInstructModel = PresetMistral7BModel + "-instruct"

PresetMistralTagMap = map[string]string{
"Mistral7B": "0.0.3",
"Mistral7BInstruct": "0.0.3",
"Mistral7B": "0.0.4",
"Mistral7BInstruct": "0.0.4",
}

baseCommandPresetMistral = "accelerate launch"
Expand Down
2 changes: 1 addition & 1 deletion presets/models/phi/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
PresetPhi2Model = "phi-2"

PresetPhiTagMap = map[string]string{
"Phi2": "0.0.2",
"Phi2": "0.0.3",
}

baseCommandPresetPhi = "accelerate launch"
Expand Down

0 comments on commit 8eddac3

Please sign in to comment.