Spaces:
Runtime error
Runtime error
Nexesenex
Browse files
app.py
CHANGED
@@ -4,10 +4,11 @@ from huggingface_hub import InferenceClient
|
|
4 |
"""
|
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(
|
11 |
|
12 |
|
13 |
def respond(
|
|
|
4 |
"""
|
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" # cannot use
|
8 |
+
new_path2 = "Nexesenex/TeeZee_Kyllene-Yi-34B-v1.1-iMat.GGUF"
|
9 |
new_path1 = "tastypear/CausalLM-7B-DPO-alpha-GGUF" # cannot use
|
10 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
11 |
+
client = InferenceClient(new_path2)
|
12 |
|
13 |
|
14 |
def respond(
|