Closed fabianlim closed 1 month ago
When the HF memory metrics are disabled, running the benches as follows:
MEMORY_LOGGING=nvidia \ bash scripts/run_benchmarks.sh \ ...
noticed that the benchmark.csv file will only have the framework_config and torch_dtype columns, the other columns will be empty,.
benchmark.csv
framework_config
torch_dtype
This has been addressed in #86, where we have added more entries into --keep_columns
--keep_columns
When the HF memory metrics are disabled, running the benches as follows:
noticed that the
benchmark.csv
file will only have theframework_config
andtorch_dtype
columns, the other columns will be empty,.