Spaces:
Runtime error
Runtime error
change source
Browse fileschange source to new
app.py
CHANGED
|
@@ -5,9 +5,9 @@ from huggingface_hub import InferenceClient
|
|
| 5 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 6 |
"""
|
| 7 |
new_path = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 8 |
-
new_path1 = "tastypear/CausalLM-7B-DPO-alpha-GGUF"
|
| 9 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
| 10 |
-
client = InferenceClient(
|
| 11 |
|
| 12 |
|
| 13 |
def respond(
|
|
|
|
| 5 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 6 |
"""
|
| 7 |
new_path = "meta-llama/Meta-Llama-3.1-8B-Instruct"
|
| 8 |
+
new_path1 = "tastypear/CausalLM-7B-DPO-alpha-GGUF" # cannot use
|
| 9 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
| 10 |
+
client = InferenceClient(new_path)
|
| 11 |
|
| 12 |
|
| 13 |
def respond(
|