Skip to content

Commit

Permalink
Use CUDA 12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jan 27, 2025
1 parent 98bfef7 commit e281747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def parse_req_file(rf: PathLike, skips: Optional[list[str]] = None):

class DependencyCompiler:
rocmPytorchUrl = "https://download.pytorch.org/whl/rocm6.1"
nvidiaPytorchUrl = "https://download.pytorch.org/whl/cu121"
nvidiaPytorchUrl = "https://download.pytorch.org/whl/cu124"

overrideGpu = dedent(
"""
Expand Down

0 comments on commit e281747

Please sign in to comment.