Skip to content

Commit

Permalink
add ibm/granite-8b-code-instruct and ibm/granite-34b-code-instruct to…
Browse files Browse the repository at this point in the history
… set of ChatNVIDIA models
  • Loading branch information
mattf committed May 28, 2024
1 parent f6b0662 commit 54b4a8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,14 @@ class Model(BaseModel):
"model_type": "image_in",
"model_name": "microsoft/phi-3-vision-128k-instruct",
},
"ai-granite-8b-code-instruct": {
"model_type": "chat",
"model_name": "ibm/granite-8b-code-instruct",
},
"ai-granite-34b-code-instruct": {
"model_type": "chat",
"model_name": "ibm/granite-34b-code-instruct",
},
}
)

Expand Down

0 comments on commit 54b4a8a

Please sign in to comment.