Spaces:
Running
Running
nvidia/Nemotron-H-47B-Base-8K
Browse files
app.py
CHANGED
@@ -7,7 +7,9 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
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") ERRORS
|
10 |
-
client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
|
|
|
|
11 |
|
12 |
|
13 |
def respond(
|
|
|
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") ERRORS
|
10 |
+
#client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct") ERRORS
|
11 |
+
client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K")
|
12 |
+
|
13 |
|
14 |
|
15 |
def respond(
|