abhillubillu commited on
Commit
88da019
·
verified ·
1 Parent(s): 2e0832c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ For more information on `huggingface_hub` Inference API support, please check th
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")
13
  # client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
 
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")
13
  # client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")