dev22419 commited on
Commit
a890360
1 Parent(s): 6684f96
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -5,7 +5,8 @@ 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
 
8
- client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
 
9
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
10
  # client = InferenceClient("Xenova/gpt-4o")
11
  # client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
 
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
 
8
+ # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
9
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
11
  # client = InferenceClient("Xenova/gpt-4o")
12
  # client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")