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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,7 +6,9 @@ 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")
 
6
  """
7
 
8
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
9
+ # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
10
+ client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
11
+
12
  # client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
13
  # client = InferenceClient("Xenova/gpt-4o")
14
  # client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")