alokabhishek commited on
Commit
2b5b024
1 Parent(s): b4fae73

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +0 -5
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
  ```