Update modules/pmbl.py
Browse files- 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 |
|