Skip to content

Commit

Permalink
change the default back to 9b, now that it has been fixed
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689009684
Change-Id: I7252b4f5be3bd5ab6807ad91658d3cdb1e5ac6f3
  • Loading branch information
vezhnick authored and copybara-github committed Oct 23, 2024
1 parent e874e41 commit 54276ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/agent_development.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"# Pick a specific model e.g. gpt-4o if API_TYPE is openai, codestral-latest if\n",
"# API_TYPE is mistral. See the corresponding wrapper in concordia/language_model\n",
"# for links to the websites where the model names are listed for each API_TYPE.\n",
"MODEL_NAME = 'google/gemma-2-27b-it'\n",
"MODEL_NAME = 'google/gemma-2-9b-it'\n",
"# Select an embedder by specifying one of the sentence transformer embedding\n",
"# models listed at https://huggingface.co/sentence-transformers.\n",
"EMBEDDER_NAME = 'all-mpnet-base-v2'\n",
Expand Down

0 comments on commit 54276ec

Please sign in to comment.