nikravan commited on
Commit
97c89d2
·
verified ·
1 Parent(s): bdc902b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def stream_chat(message, history: list, temperature: float, max_length: int, top
105
  low_cpu_mem_usage=True,
106
  trust_remote_code=True
107
  )
108
- model.eval()
109
  print(f'message is - {message}')
110
  print(f'history is - {history}')
111
  conversation = []
 
105
  low_cpu_mem_usage=True,
106
  trust_remote_code=True
107
  )
108
+
109
  print(f'message is - {message}')
110
  print(f'history is - {history}')
111
  conversation = []