Spaces:
Build error
Build error
Commit
·
e2007a5
1
Parent(s):
e033fa3
check
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 10 |
"""
|
| 11 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 12 |
llm = HuggingFaceEndpoint(
|
| 13 |
-
repo_id="
|
| 14 |
task="text-generation",
|
| 15 |
max_new_tokens=512,
|
| 16 |
do_sample=False,
|
|
|
|
| 10 |
"""
|
| 11 |
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 12 |
llm = HuggingFaceEndpoint(
|
| 13 |
+
repo_id="meta-llama/Llama-3.2-1B-Instruct",
|
| 14 |
task="text-generation",
|
| 15 |
max_new_tokens=512,
|
| 16 |
do_sample=False,
|