Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def chat(inst, history):
|
|
65 |
speed = output_token_len / total_time
|
66 |
print("----------")
|
67 |
print(history)
|
68 |
-
print(inst)
|
69 |
print(f"Speed: {speed:.2f} tokens/s")
|
70 |
|
71 |
|
|
|
65 |
speed = output_token_len / total_time
|
66 |
print("----------")
|
67 |
print(history)
|
68 |
+
print([inst, outputs])
|
69 |
print(f"Speed: {speed:.2f} tokens/s")
|
70 |
|
71 |
|