Skip to content

Commit 587912b

Browse files
committed
fix nvidia wheel
1 parent 4cc2c5d commit 587912b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,13 @@ test_shard_count_repository(
256256
name = "test_shard_count",
257257
)
258258

259+
load("@jax//:nvidia_wheel_versions.bzl", "nvidia_wheel_versions_repository")
260+
261+
nvidia_wheel_versions_repository(
262+
name = "nvidia_wheel_versions",
263+
versions_source = "@jax//build:nvidia-requirements.txt",
264+
)
265+
259266
load(
260267
"@rules_ml_toolchain//cc_toolchain/deps:cc_toolchain_deps.bzl",
261268
"cc_toolchain_deps",

0 commit comments

Comments
 (0)