Skip to content

Commit c82e63f

Browse files
authored
Update README - pytorch cu128 (#1114)
Updates from cu126 to cu128 - Ref: comfyanonymous/ComfyUI#7749
1 parent debc43c commit c82e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ You can generate the compiled requirements files by running the following comman
200200
## Nvidia Cuda requirements
201201
uv pip compile assets\ComfyUI\requirements.txt assets\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt --emit-index-annotation --emit-index-url --index-strategy unsafe-best-match -o assets\requirements\windows_nvidia.compiled --override assets\override.txt `
202202
--index-url https://pypi.org/simple `
203-
--extra-index-url https://download.pytorch.org/whl/cu126
203+
--extra-index-url https://download.pytorch.org/whl/cu128
204204
205205
## CPU requirements
206206
uv pip compile assets\ComfyUI\requirements.txt assets\ComfyUI\custom_nodes\ComfyUI-Manager\requirements.txt --emit-index-annotation --emit-index-url --index-strategy unsafe-best-match -o assets\requirements\windows_cpu.compiled `

0 commit comments

Comments
 (0)