mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
ok
This commit is contained in:
parent
9e5bcfde2e
commit
380497f834
@ -101,7 +101,7 @@ class CTRansformers(LLMBinding):
|
||||
"""
|
||||
try:
|
||||
output = ""
|
||||
self.model.reset()
|
||||
#self.model.reset()
|
||||
tokens = self.model.tokenize(prompt)
|
||||
count = 0
|
||||
for tok in self.model.generate(
|
||||
|
Loading…
x
Reference in New Issue
Block a user