Sergidev commited on
Commit
0c6d9a6
1 Parent(s): c19f609

Update modules/pmbl.py

Browse files
Files changed (1) hide show
  1. modules/pmbl.py +2 -2
modules/pmbl.py CHANGED
@@ -110,8 +110,8 @@ class PMBL:
110
  temperature=0.7,
111
  stop=["</s>", "\nUser:", "\nuser:", "\nSystem:", "\nsystem:"],
112
  echo=False,
113
- stream=True
114
- use_flash_attn=True
115
  mlock=True,
116
  )
117
 
 
110
  temperature=0.7,
111
  stop=["</s>", "\nUser:", "\nuser:", "\nSystem:", "\nsystem:"],
112
  echo=False,
113
+ stream=True,
114
+ use_flash_attn=True,
115
  mlock=True,
116
  )
117