Spaces:
Running
Running
meta-llama/Llama-3.2-1B
Browse files
app.py
CHANGED
@@ -6,9 +6,10 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
#client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
9 |
-
#client = InferenceClient("microsoft/MAI-DS-R1")
|
10 |
-
#client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
11 |
-
client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K")
|
|
|
12 |
|
13 |
|
14 |
|
|
|
6 |
"""
|
7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
8 |
#client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
|
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 |
|