Skip to content

Commit e3fc005

Browse files
committed
save dataframe
1 parent f35fd91 commit e3fc005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/bench_batch_attention.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def main() -> None:
196196
],
197197
)
198198
print(df.to_markdown(index=False, floatfmt=".2f"))
199+
df.to_csv("bench_batch_attention.csv", index=False)
199200

200201

201202
if __name__ == "__main__":

0 commit comments

Comments
 (0)