gathnex commited on
Commit
ca02937
·
1 Parent(s): debd572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ Follow us [Gathnex](https://medium.com/@gathnex), [linkedin](https://www.linkedi
8
  llm = AutoModelForCausalLM.from_pretrained("zephyr-7b-beta.Q4_K_S.gguf",
9
  model_type='mistral',
10
  max_new_tokens = 1096,
11
- threads = 4,
12
  )
13
 
14
  def stream(prompt, UL):
 
8
  llm = AutoModelForCausalLM.from_pretrained("zephyr-7b-beta.Q4_K_S.gguf",
9
  model_type='mistral',
10
  max_new_tokens = 1096,
11
+ threads = 3,
12
  )
13
 
14
  def stream(prompt, UL):