Richard3306 commited on
Commit
73e6bb7
·
verified ·
1 Parent(s): 46d0f69
Files changed (1) hide show
  1. app.py +3 -2
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(new_path)
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(