Update app.py
Browse files
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 |
|