Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
emoji
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks() as demo:
|
|
52 |
"""# Model Memory Calculator
|
53 |
|
54 |
This tool will help you calculate how much vRAM is needed to train and perform big model inference
|
55 |
-
on a model hosted on the
|
56 |
is denoted as the size of the "largest layer", and training of a model is roughly 4x its size (for Adam).
|
57 |
|
58 |
Currently this tool supports all models hosted that use `transformers` and `timm`.
|
|
|
52 |
"""# Model Memory Calculator
|
53 |
|
54 |
This tool will help you calculate how much vRAM is needed to train and perform big model inference
|
55 |
+
on a model hosted on the 🤗 Hugging Face Hub. The minimum recommended vRAM needed for a model
|
56 |
is denoted as the size of the "largest layer", and training of a model is roughly 4x its size (for Adam).
|
57 |
|
58 |
Currently this tool supports all models hosted that use `transformers` and `timm`.
|