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

CohereLabs/c4ai-command-a-03-2025

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ For more information on `huggingface_hub` Inference API support, please check th
9
  #client = InferenceClient("microsoft/MAI-DS-R1") ERROR
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")
 
13
 
14
 
15
 
 
9
  #client = InferenceClient("microsoft/MAI-DS-R1") ERROR
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