switch to anita
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ logger = logging.getLogger(__name__)
|
|
7 |
"""
|
8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
9 |
"""
|
10 |
-
client = InferenceClient("
|
11 |
|
12 |
logger.info("### Inference client: zephyr-7b-beta")
|
13 |
|
|
|
7 |
"""
|
8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
9 |
"""
|
10 |
+
client = InferenceClient("swap-uniba/LLaMAntino-3-ANITA-8B-Inst-DPO-ITA")
|
11 |
|
12 |
logger.info("### Inference client: zephyr-7b-beta")
|
13 |
|