gathnex commited on
Commit
3e5975d
1 Parent(s): 5f2cb44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ As a derivate work of [Linkedin Automation System](https://medium.com/@gathnex)
6
  Follow us on [linkedin](https://www.linkedin.com/company/gathnex/) and [Github](https://github.com/gathnexadmin). A special thanks to the Gathnex team members who made a significant contribution to this project.
7
  """
8
 
9
- llm = AutoModelForCausalLM.from_pretrained("https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/blob/main/zephyr-7b-beta.Q4_K_S.gguf",
10
  model_type='mistral',
11
  max_new_tokens = 1096,
12
  threads = 3,
 
6
  Follow us on [linkedin](https://www.linkedin.com/company/gathnex/) and [Github](https://github.com/gathnexadmin). A special thanks to the Gathnex team members who made a significant contribution to this project.
7
  """
8
 
9
+ llm = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-beta-GGUF/zephyr-7b-beta.Q4_K_S.gguf",
10
  model_type='mistral',
11
  max_new_tokens = 1096,
12
  threads = 3,