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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ For more information on `huggingface_hub` Inference API support, please check th
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
 
 
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
+ client = InferenceClient("TheBloke/CAMEL-13B-Role-Playing-Data-AWQ")
14
 
15
 
16