Updated Readme
Browse files
README.md
CHANGED
@@ -135,10 +135,7 @@ time_end = time.time()
|
|
135 |
time_total = time_end - time_begin
|
136 |
|
137 |
print(output)
|
138 |
-
|
139 |
-
print(
|
140 |
-
f"Response generated in {time_total:.2f} seconds, {max_new_tokens} tokens, {max_new_tokens / time_total:.2f} tokens/second"
|
141 |
-
)
|
142 |
|
143 |
|
144 |
|
|
|
135 |
time_total = time_end - time_begin
|
136 |
|
137 |
print(output)
|
138 |
+
|
|
|
|
|
|
|
139 |
|
140 |
|
141 |
|