Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,8 +7,9 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 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(
|
| 12 |
|
| 13 |
|
| 14 |
def respond(
|
|
|
|
| 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 |
+
new_path3 = "aifeifei798/llama3-8B-DarkIdol-2.3-Uncensored-32K"
|
| 11 |
origin_path = "HuggingFaceH4/zephyr-7b-beta"
|
| 12 |
+
client = InferenceClient(new_path3)
|
| 13 |
|
| 14 |
|
| 15 |
def respond(
|