harmdevries commited on
Commit
828756a
·
1 Parent(s): 8f8d70a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ c2.write(str(round(mha_total_time, 2)))
119
  c1.write("Multi-Query Attention:")
120
  c2.write(str(round(mqa_total_time, 2)))
121
  c1.write("Speed-up MQA over MHA: ")
122
- c2.write(str(round(mha_total_time/mqa_total_time),2))
123
 
124
  st.header("Memory consumption")
125
  st.caption("MHA")
 
119
  c1.write("Multi-Query Attention:")
120
  c2.write(str(round(mqa_total_time, 2)))
121
  c1.write("Speed-up MQA over MHA: ")
122
+ c2.write(str(round(mha_total_time/mqa_total_time,2)))
123
 
124
  st.header("Memory consumption")
125
  st.caption("MHA")