rodrigomasini commited on
Commit
d5c810f
1 Parent(s): d108a89

Update app_v4.py

Browse files
Files changed (1) hide show
  1. app_v4.py +4 -0
app_v4.py CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import torch
2
+ import streamlit as st
3
+
4
+ st.write(f"torch.cuda.memory_summary()")