rephrase / app_v4.py
rodrigomasini's picture
Update app_v4.py
0e61e5c
raw
history blame
85 Bytes
import torch
import streamlit as st
viz = torch.cuda.memory_summary()
st.write(viz)