alokabhishek
commited on
Updated Readme
Browse files
README.md
CHANGED
@@ -139,11 +139,6 @@ time_end = time.time()
|
|
139 |
time_total = time_end - time_begin
|
140 |
|
141 |
print(output)
|
142 |
-
print()
|
143 |
-
print(
|
144 |
-
f"Response generated in {time_total:.2f} seconds, {max_new_tokens} tokens, {max_new_tokens / time_total:.2f} tokens/second"
|
145 |
-
)
|
146 |
-
|
147 |
|
148 |
|
149 |
```
|
|
|
139 |
time_total = time_end - time_begin
|
140 |
|
141 |
print(output)
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
|
144 |
```
|