Spaces:
Running
Running
meta-llama/Llama-3.2-3B-Instruct
Browse files
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 |
|