Richard3306 commited on
Commit
df29e32
·
verified ·
1 Parent(s): 9ce5ddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,8 +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
  origin_path = "HuggingFaceH4/zephyr-7b-beta"
9
- client = InferenceClient(new_path)
10
 
11
 
12
  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'
9
  origin_path = "HuggingFaceH4/zephyr-7b-beta"
10
+ client = InferenceClient(new_path1)
11
 
12
 
13
  def respond(