DataBob commited on
Commit
42f2c71
·
1 Parent(s): f40151d

switch to anita

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("HuggingFaceH4/zephyr-7b-beta")
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