muellerzr HF staff commited on
Commit
050e47f
β€’
1 Parent(s): 643ba2d

With image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def calculate_memory(model_name:str, library:str, options:list, access_token:str
115
  with gr.Blocks() as demo:
116
  with gr.Column():
117
  gr.Markdown(
118
- """# Model Memory Calculator
119
 
120
  This tool will help you calculate how much vRAM is needed to train and perform big model inference
121
  on a model hosted on the πŸ€— Hugging Face Hub. The minimum recommended vRAM needed for a model
 
115
  with gr.Blocks() as demo:
116
  with gr.Column():
117
  gr.Markdown(
118
+ """<img src="https://huggingface.co/spaces/hf-accelerate/model-memory-usage/resolve/main/measure_model_size.png" style="float: left;" width="250" height="250"><h1>πŸ€— Model Memory Calculator</h1>
119
 
120
  This tool will help you calculate how much vRAM is needed to train and perform big model inference
121
  on a model hosted on the πŸ€— Hugging Face Hub. The minimum recommended vRAM needed for a model