Ari1020 commited on
Commit
48944ff
·
verified ·
1 Parent(s): 91252de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,7 +11,8 @@ For more information on `huggingface_hub` Inference API support, please check th
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
 
 
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") TIMES OUT
15
+ client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
16
 
17
 
18