laserbeam2045 commited on
Commit
215bcb0
·
1 Parent(s): ac4bbd9
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -36,8 +36,6 @@ if not os.path.exists(MODEL_PATH):
36
  # -----------------------------------------------------------------------------
37
  llm = Model(
38
  model_path=MODEL_PATH,
39
- n_ctx=512, # 必要に応じて調整
40
- n_threads=4, # 実マシンのコア数に合わせて
41
  )
42
 
43
  # -----------------------------------------------------------------------------
 
36
  # -----------------------------------------------------------------------------
37
  llm = Model(
38
  model_path=MODEL_PATH,
 
 
39
  )
40
 
41
  # -----------------------------------------------------------------------------