Skip to content

Commit

Permalink
minstral-8b-instruct is not available on vertex at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
rogthefrog committed Nov 19, 2024
1 parent 68b53da commit 65e9a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/mistralai_sut/modelgauge/suts/mistralai_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ def translate_response(self, request: MistralRequest, response: MistralResponse)
SUTS.register(MistralAISut, model, model, model_version, VERTEX_KEY, VERTEX_PROJECT_ID)


model = "ministral-8b-instruct"
model_version = "2410"
SUTS.register(MistralAISut, model, model, model_version, VERTEX_KEY, VERTEX_PROJECT_ID)
# model = "ministral-8b-instruct"
# model_version = "2410"
# SUTS.register(MistralAISut, model, model, model_version, VERTEX_KEY, VERTEX_PROJECT_ID)

0 comments on commit 65e9a49

Please sign in to comment.