Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,8 @@ def stream_chat(message, history: list, temperature: float, max_length: int, top
|
|
106 |
torch_dtype=torch.bfloat16,
|
107 |
low_cpu_mem_usage=True,
|
108 |
trust_remote_code=True
|
109 |
-
|
|
|
110 |
|
111 |
|
112 |
|
|
|
106 |
torch_dtype=torch.bfloat16,
|
107 |
low_cpu_mem_usage=True,
|
108 |
trust_remote_code=True
|
109 |
+
)
|
110 |
+
|
111 |
|
112 |
|
113 |
|