islasher commited on
Commit
ea0b14f
1 Parent(s): f205119

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import requests
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(
24
  model_id,
 
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(
24
  model_id,