islasher commited on
Commit
f205119
1 Parent(s): 10635fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ import requests
17
  """
18
  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
19
  """
20
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
21
  notebook_login()
22
  model_id = 'mistralai/Mistral-7B-Instruct-v0.1'
23
  model_config = transformers.AutoConfig.from_pretrained(
 
17
  """
18
  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
19
  """
20
+ #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
21
  notebook_login()
22
  model_id = 'mistralai/Mistral-7B-Instruct-v0.1'
23
  model_config = transformers.AutoConfig.from_pretrained(