Ari1020 commited on
Commit
6084785
·
verified ·
1 Parent(s): bc23171

meta-llama/Llama-3.2-1B

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -6,9 +6,10 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
9
- #client = InferenceClient("microsoft/MAI-DS-R1") ERRORS
10
- #client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct") ERRORS
11
- client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K")
 
12
 
13
 
14
 
 
6
  """
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B")
9
+ #client = InferenceClient("microsoft/MAI-DS-R1") ERROR
10
+ #client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct") ERROR
11
+ #client = InferenceClient("nvidia/Nemotron-H-47B-Base-8K") ERROR
12
+ client = InferenceClient("meta-llama/Llama-3.2-1B")
13
 
14
 
15