Jofthomas HF staff commited on
Commit
bc73053
·
verified ·
1 Parent(s): 38a7974
Files changed (1) hide show
  1. dummy_agent_library.ipynb +1 -3
dummy_agent_library.ipynb CHANGED
@@ -60,9 +60,7 @@
60
  "\n",
61
  "# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
62
  "\n",
63
- "client = InferenceClient(\"meta-llama/Llama-3.2-3B-Instruct\")\n",
64
- "\n",
65
- "# client = InferenceClient("https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud")"
66
  ]
67
  },
68
  {
 
60
  "\n",
61
  "# os.environ[\"HF_TOKEN\"]=\"hf_xxxxxxxxxxx\"\n",
62
  "\n",
63
+ "client = InferenceClient(\"meta-llama/Llama-3.2-3B-Instruct\")\n"
 
 
64
  ]
65
  },
66
  {