File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ python memory_monitor.py --log-dir ./allocation_logs python allocate.py
21
21
```
22
22
23
23
``` shell
24
- python memory_monitor.py optimum-cli export openvino ...
24
+ python memory_monitor.py " optimum-cli export openvino ..."
25
25
```
26
26
27
27
### Example 2. As a python Module
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ def _subtract_first_element(data):
350
350
description = "Memory Monitor Tool. Monitors memory for an executable and saves logs at specified location." ,
351
351
epilog = "Examples:\n "
352
352
" python memory_monitor.py --log-dir ./allocation_logs python allocate.py\n "
353
- " python memory_monitor.py optimum-cli export openvino ..." ,
353
+ ' python memory_monitor.py " optimum-cli export openvino ..."' ,
354
354
formatter_class = argparse .RawTextHelpFormatter ,
355
355
)
356
356
parser .add_argument (
You can’t perform that action at this time.
0 commit comments