Spaces:
Build error
Build error
Commit
·
e033fa3
1
Parent(s):
1b4ef3e
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="microsoft/bitnet-b1.58-2B-4T",
|
| 14 |
task="text-generation",
|
| 15 |
max_new_tokens=512,
|
| 16 |
do_sample=False,
|