Spaces:
Runtime error
Runtime error
dev22419
commited on
Commit
•
947cab3
1
Parent(s):
df095f1
app.py
CHANGED
@@ -6,6 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
|
8 |
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
|
|
9 |
# client = InferenceClient("Xenova/gpt-4o")
|
10 |
# client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
|
11 |
# client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
|
|
|
6 |
"""
|
7 |
|
8 |
client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
9 |
+
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
|
10 |
# client = InferenceClient("Xenova/gpt-4o")
|
11 |
# client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
|
12 |
# client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
|