Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
67a20245
Commit
67a20245
authored
May 22, 2025
by
muyangli
Browse files
docs: update torch versions
parent
2bfd3ad9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+2
-2
README_ZH.md
README_ZH.md
+2
-2
No files found.
README.md
View file @
67a20245
...
...
@@ -130,10 +130,10 @@ If you're using a Blackwell GPU (e.g., 50-series GPUs), install a wheel with PyT
pip
install
peft opencv-python gradio spaces GPUtil
```
To enable NVFP4 on Blackwell GPUs (e.g., 50-series GPUs), please install nightly PyTorch with CUDA
12.8. The installation command can be:
To enable NVFP4 on Blackwell GPUs (e.g., 50-series GPUs), please install nightly PyTorch
>=2.7
with CUDA
>=
12.8. The installation command can be:
```
shell
pip
install
--pre
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/
nightly/
cu128
pip
install
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/cu128
```
2.
Install
`nunchaku`
package:
...
...
README_ZH.md
View file @
67a20245
...
...
@@ -126,10 +126,10 @@ pip install https://huggingface.co/mit-han-lab/nunchaku/resolve/main/nunchaku-0.
pip
install
peft opencv-python gradio spaces GPUtil
```
Blackwell用户需安装PyTorch
nightly(
CUDA
12.8
)
:
Blackwell用户需安装PyTorch
>=2.7,
CUDA
>=
12.8:
```
shell
pip
install
--pre
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/
nightly/
cu128
pip
install
torch torchvision torchaudio
--index-url
https://download.pytorch.org/whl/cu128
```
2.
编译安装:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment