Ari1020 commited on
Commit
91252de
·
verified ·
1 Parent(s): 9ced288

meta-llama/Llama-3.2-3B-Instruct

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ For more information on `huggingface_hub` Inference API support, please check th
10
  #client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct") ERROR
11
  #client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K") ERROR
12
  #client = InferenceClient("meta-llama/Llama-3.2-1B") TIMES OUT
13
- client = InferenceClient("CohereLabs/c4ai-command-a-03-2025")
 
14
 
15
 
16
 
 
10
  #client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct") ERROR
11
  #client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K") ERROR
12
  #client = InferenceClient("meta-llama/Llama-3.2-1B") TIMES OUT
13
+ #client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
14
+ client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
15
 
16
 
17