Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as demo:
|
|
39 |
gr.Markdown(
|
40 |
"""<img src="https://huggingface.co/spaces/andstor/deepspeed-model-memory-usage/resolve/main/measure_model_size_deepspeed.svg" style="float: left;" width="250" height="250"><h1>🤗 DeepSpeed Model Memory Calculator</h1>
|
41 |
|
42 |
-
This tool will help you calculate how much memory is required for the various Zero Redundancy Optimizer (ZeRO), given a
|
43 |
|
44 |
To use this tool pass in the URL or model name of the model you want to calculate the memory usage for,
|
45 |
select which framework it originates from ("auto" will try and detect it from the model metadata), and
|
|
|
39 |
gr.Markdown(
|
40 |
"""<img src="https://huggingface.co/spaces/andstor/deepspeed-model-memory-usage/resolve/main/measure_model_size_deepspeed.svg" style="float: left;" width="250" height="250"><h1>🤗 DeepSpeed Model Memory Calculator</h1>
|
41 |
|
42 |
+
This tool will help you calculate how much memory is required for the various Zero Redundancy Optimizer (ZeRO), given a model hosted on the 🤗 Hugging Face Hub and a hardware setup. The optimizer states assume that Adam is used.
|
43 |
|
44 |
To use this tool pass in the URL or model name of the model you want to calculate the memory usage for,
|
45 |
select which framework it originates from ("auto" will try and detect it from the model metadata), and
|