Skip to content

Commit

Permalink
correct the correction (#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
stas00 authored Jul 30, 2020
1 parent a2f6d52 commit c0b93a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/benchmark/benchmark_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def start_memory_tracing(
gpus_to_trace: Optional[List[int]] = None,
) -> MemoryTrace:
""" Setup line-by-line tracing to record rss mem (RAM) at each line of a module or sub-module.
See `../../../examples/benchmarking/` for usage examples.
See `./benchmark.py` for usage examples.
Current memory consumption is returned using psutil and in particular is the RSS memory
"Resident Set Size” (the non-swapped physical memory the process is using).
See https://psutil.readthedocs.io/en/latest/#psutil.Process.memory_info
Expand Down

0 comments on commit c0b93a1

Please sign in to comment.