Skip to content

Commit

Permalink
add zyphra/zamba2-7b-instruct to set of supported chat models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Oct 15, 2024
1 parent f0db608 commit 7f3a1cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,11 @@ def validate_client(self) -> "Model":
client="ChatNVIDIA",
supports_structured_output=True,
),
"zyphra/zamba2-7b-instruct": Model(
id="zyphra/zamba2-7b-instruct",
model_type="chat",
client="ChatNVIDIA",
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit 7f3a1cc

Please sign in to comment.