We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52aab2 commit 3526b02Copy full SHA for 3526b02
docs/guides/storage.md
@@ -85,7 +85,7 @@ uv pip install --link-mode=copy torch torchvision torchaudio \
85
--index-url https://download.pytorch.org/whl/cu126
86
# optionally, to reduce the import times, precompile all
87
# python modules to bytecode before creating the squashfs image
88
-python -m compileall .venv/lib/python3.12/site-packages
+python -m compileall -j 8 -o 1 -o 2 .venv/lib/python3.12/site-packages
89
```
90
91
#### Step 2: make a squashfs image of the virtual environment
0 commit comments