dev22419 commited on
Commit
b84e454
1 Parent(s): 4ac7aa2
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
7
 
8
  client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
9
  # client = InferenceClient("Xenova/gpt-4o")
 
10
  # client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
11
 
12
 
 
7
 
8
  client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
9
  # client = InferenceClient("Xenova/gpt-4o")
10
+ # client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
11
  # client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
12
 
13