Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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,
|