Skip to content

Commit

Permalink
add snowflake/arctic to set of ChatNVIDIA models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Apr 24, 2024
1 parent 9609e21 commit cf179e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class Model(BaseModel):
"model_name": "meta/llama3-70b",
},
"ai-phi-3-mini": {"model_type": "chat", "model_name": "microsoft/phi-3-mini"},
"ai-arctic": {"model_type": "chat", "model_name": "snowflake/arctic"},
}
)

Expand Down

0 comments on commit cf179e0

Please sign in to comment.