Dev1559 commited on
Commit
b8c0154
·
verified ·
1 Parent(s): 758f082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
 
8
  # client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
9
- client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
 
10
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
11
  # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
12
  # client = InferenceClient("nvidia/DeepSeek-R1-FP4")
 
6
  """
7
 
8
  # client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
9
+ # client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
10
+ client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
11
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
12
  # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
13
  # client = InferenceClient("nvidia/DeepSeek-R1-FP4")