Update dummy_agent_library.ipynb
#86
by
ammarshafiq80
- opened
dummy_agent_library.ipynb
CHANGED
@@ -61,6 +61,8 @@
|
|
61 |
"# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
|
62 |
"\n",
|
63 |
"client = InferenceClient(\"meta-llama/Llama-3.2-3B-Instruct\")\n",
|
|
|
|
|
64 |
"# if the outputs for next cells are wrong, the free model may be overloaded. You can also use this public endpoint that contains Llama-3.2-3B-Instruct\n",
|
65 |
"#client = InferenceClient(\"https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud\")"
|
66 |
]
|
|
|
61 |
"# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
|
62 |
"\n",
|
63 |
"client = InferenceClient(\"meta-llama/Llama-3.2-3B-Instruct\")\n",
|
64 |
+
|
65 |
+
"# Model should be replaced with meta-llama/Llama-3.1-8B-Instruct or any other model that supports text_generation because meta-llama/Llama-3.2-3B-Instruct does'nt support it and throws error ValueError: Model meta-llama/Llama-3.2-3B-Instruct is not supported for task text-generation and provider together. Supported task: conversational.\n"
|
66 |
"# if the outputs for next cells are wrong, the free model may be overloaded. You can also use this public endpoint that contains Llama-3.2-3B-Instruct\n",
|
67 |
"#client = InferenceClient(\"https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud\")"
|
68 |
]
|