You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
23
23
## Install with Cargo
24
24
25
+
This is the recommended way to install and use the tool:
26
+
25
27
```bash
26
28
cargo install tensor-man
27
29
```
@@ -40,6 +42,20 @@ To build your own Docker image for the tool, run:
40
42
docker build . -t tman
41
43
```
42
44
45
+
## Note about Docker
46
+
47
+
If you want to inspect PyTorch models and you are using `tensor-man` inside a container, make sure to share the docker socket from the host machine with the container:
0 commit comments