Skip to content

Commit

Permalink
build_against_older_torch
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 14, 2024
1 parent bbf104d commit 45d49c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pkg-helpers/pytorch_pkg_helpers/wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_wheel_variables(
ret.extend(
get_pytorch_pip_install_command(
gpu_arch_version=gpu_arch_version,
pytorch_version=pytorch_version,
pytorch_version="2.5.0.dev20240812",
channel=channel,
)
)
Expand Down

0 comments on commit 45d49c3

Please sign in to comment.