jameshns commited on
Commit
751ce17
·
verified ·
1 Parent(s): de1d597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -7,7 +7,9 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
9
  #client = InferenceClient("deepseek-ai/DeepSeek-R1")
10
- client = InferenceClient("mradermacher/CAMEL-13B-Role-Playing-Data-i1-GGUF")
 
 
11
 
12
 
13
 
 
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("deepseek-ai/DeepSeek-V3-0324")
9
  #client = InferenceClient("deepseek-ai/DeepSeek-R1")
10
+ #client = InferenceClient("mradermacher/CAMEL-13B-Role-Playing-Data-i1-GGUF")
11
+
12
+ client = InferenceClient("TheBloke/CAMEL-13B-Role-Playing-Data-GGUF")
13
 
14
 
15