Spaces:
Runtime error
Runtime error
Commit
·
3a743e7
1
Parent(s):
86cd028
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ st.write("We also need to take into the softmax layer and layer norm")
|
|
96 |
st.caption("Softmax")
|
97 |
softmax_bytes = 2*bs*h*n + 2*bs*h*n
|
98 |
c1, c2 = st.columns([2, 3])
|
99 |
-
softmax_time = print_kernel_execution(c1, c2, 0, softmax_bytes)
|
100 |
|
101 |
st.caption("Layer norm")
|
102 |
|
|
|
96 |
st.caption("Softmax")
|
97 |
softmax_bytes = 2*bs*h*n + 2*bs*h*n
|
98 |
c1, c2 = st.columns([2, 3])
|
99 |
+
softmax_time = print_kernel_execution(c1, c2, 0, softmax_bytes)
|
100 |
|
101 |
st.caption("Layer norm")
|
102 |
|