isimorfizam commited on
Commit
ba070ed
1 Parent(s): 9734990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def load_model():
62
  embedding=True,
63
  verbose=False,
64
  n_ctx=1024,
65
- n_threads = 3,
66
  cache_dir='./model_cached'
67
  )
68
 
 
62
  embedding=True,
63
  verbose=False,
64
  n_ctx=1024,
65
+ n_threads = 6,
66
  cache_dir='./model_cached'
67
  )
68