Skip to content

Commit bd158fc

Browse files
authored
docs: fix PyTorch compression command
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 265d094 commit bd158fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/freeze/compress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dp compress -i graph.pb -o graph-compress.pb
7777
:::{tab-item} PyTorch {{ pytorch_icon }}
7878

7979
```bash
80-
dp compress -i model.pth -o model-compress.pth
80+
dp --pt compress -i model.pth -o model-compress.pth
8181
```
8282

8383
:::

0 commit comments

Comments
 (0)