alokabhishek commited on
Commit
ba1fdf7
1 Parent(s): 773b9bf

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -135,10 +135,7 @@ time_end = time.time()
135
  time_total = time_end - time_begin
136
 
137
  print(output)
138
- print()
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