Update dummy_agent_library.ipynb
Browse filesReplaced the Llama 3B parameter model for an 11B one. Old one totally hallucinated a response (reported on Discord) and the new one worked for me.
dummy_agent_library.ipynb
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
"\n",
|
61 |
"# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
|
62 |
"\n",
|
63 |
-
"client = InferenceClient(
|
64 |
]
|
65 |
},
|
66 |
{
|
|
|
60 |
"\n",
|
61 |
"# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
|
62 |
"\n",
|
63 |
+
"client = InferenceClient("meta-llama/Llama-3.2-11B-Vision-Instruct")\n"
|
64 |
]
|
65 |
},
|
66 |
{
|