Spaces:
Running
Running
Commit ·
ed9dd0d
1
Parent(s): 4e75254
update
Browse files
utils.py
CHANGED
|
@@ -152,7 +152,6 @@ def calculate_memory_components(
|
|
| 152 |
"ZeRO-3 Buffers": zero3_buffers,
|
| 153 |
"Overhead": overhead,
|
| 154 |
"Activations": activs,
|
| 155 |
-
"num_params_in_B": num_params_in_B
|
| 156 |
},
|
| 157 |
"Aggregates": {
|
| 158 |
"Memory Before Optimizer States": memory_usage_before_optimstates,
|
|
|
|
| 152 |
"ZeRO-3 Buffers": zero3_buffers,
|
| 153 |
"Overhead": overhead,
|
| 154 |
"Activations": activs,
|
|
|
|
| 155 |
},
|
| 156 |
"Aggregates": {
|
| 157 |
"Memory Before Optimizer States": memory_usage_before_optimstates,
|