Skip to content

Commit

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

0 comments on commit 42666f7

Please sign in to comment.