How to check how much resources my huggingface space has used up so far?

I’m working on a streamlit app that uses the sentence transformers library. Streamlit’s 1GB memory runs out quickly, but since HF has 16GB memory, I’m planning on hosting it here. However, I’m wondering if there’s a way to check how many resources my space has used, so I can adjust the code accordingly and know when to reboot the app. Thank you.

2 Likes