Skip to content

Commit

Permalink
add ibm/granite-3.0-3b-a800m-instruct and ibm/granite-3.0-8b-instruct…
Browse files Browse the repository at this point in the history
… to set of supported chat models
  • Loading branch information
mattf committed Oct 22, 2024
1 parent 28a1584 commit 2113dac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,16 @@ def validate_client(self) -> "Model":
model_type="chat",
client="ChatNVIDIA",
),
"ibm/granite-3.0-8b-instruct": Model(
id="ibm/granite-3.0-8b-instruct",
model_type="chat",
client="ChatNVIDIA",
),
"ibm/granite-3.0-3b-a800m-instruct": Model(
id="ibm/granite-3.0-3b-a800m-instruct",
model_type="chat",
client="ChatNVIDIA",
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit 2113dac

Please sign in to comment.