Skip to content

Commit 300719a

Browse files
committed
fix comments
1 parent a446560 commit 300719a

File tree

7 files changed

+6
-13
lines changed

7 files changed

+6
-13
lines changed

.github/workflows/release-wheel-linux.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,6 @@ jobs:
240240
with:
241241
name: ${{ env.ARTIFACT_NAME }}
242242
path: ${{ inputs.repository }}/release/wheel/
243-
- name: Upload cxx11 tarball to GitHub
244-
if: ${{ inputs.cxx11-tarball-release != 'true' && env.PYTHON_VERSION == '3.11' }}
245-
continue-on-error: true
246-
uses: actions/upload-artifact@v4
247-
with:
248-
name: cxx11-tarball-${{ env.PYTHON_VERSION }}-${{ env.CU_VERSION }}
249-
path: ${{ inputs.repository }}/release/tarball/
250243
- name: Upload cxx11 tarball to GitHub
251244
if: ${{ inputs.cxx11-tarball-release == 'true' }}
252245
continue-on-error: true

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ http_archive(
9191
# Locally installed dependencies (use in cases of custom dependencies or aarch64)
9292
####################################################################################
9393

94-
# NOTE: In the case you are using just the cxx11 abi path with your local libtorch, just point deps at the same path to satisfy bazel.
94+
# NOTE: If you are using a local build of torch, just point the Libtorch dep to that path.
9595

9696
#new_local_repository(
9797
# name = "libtorch",

docker/MODULE.bazel.docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
4040
# Locally installed dependencies (use in cases of custom dependencies or aarch64)
4141
####################################################################################
4242

43-
# NOTE: In the case you are using just the cxx11 abi path with your local libtorch, just point deps at the same path to satisfy bazel.
43+
# NOTE: If you are using a local build of torch, just point the Libtorch dep to that path.
4444

4545
new_local_repository(
4646
name = "libtorch",

docker/MODULE.bazel.ngc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
4747
# Locally installed dependencies (use in cases of custom dependencies or aarch64)
4848
####################################################################################
4949

50-
# NOTE: In the case you are using just the cxx11 abi path with your local libtorch, just point deps at the same path to satisfy bazel.
50+
# NOTE: If you are using a local build of torch, just point the Libtorch dep to that path.
5151

5252
new_local_repository(
5353
name = "libtorch",

toolchains/ci_workspaces/MODULE.bazel.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ http_archive(
8787
# Locally installed dependencies (use in cases of custom dependencies or aarch64)
8888
####################################################################################
8989

90-
# NOTE: In the case you are using just the cxx11 abi path with your local libtorch, just point deps at the same path to satisfy bazel.
90+
# NOTE: If you are using a local build of torch, just point the Libtorch dep to that path.
9191

9292
new_local_repository(
9393
name = "libtorch_win",

toolchains/ci_workspaces/MODULE_tensorrt.bazel.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ http_archive(
8787
# Locally installed dependencies (use in cases of custom dependencies or aarch64)
8888
####################################################################################
8989

90-
# NOTE: In the case you are using just the cxx11 abi path with your local libtorch, just point deps at the same path to satisfy bazel.
90+
# NOTE: If you are using a local build of torch, just point the Libtorch dep to that path.
9191

9292
new_local_repository(
9393
name = "libtorch_win",

toolchains/jp_workspaces/WORKSPACE.jp50

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ new_local_repository(
6161
# Locally installed dependencies (use in cases of custom dependencies or aarch64)
6262
####################################################################################
6363

64-
# NOTE: In the case you are using just the cxx11 abi path with your local libtorch, just point deps at the same path to satisfy bazel.
64+
# NOTE: If you are using a local build of torch, just point the Libtorch dep to that path.
6565

6666
new_local_repository(
6767
name = "libtorch",

0 commit comments

Comments
 (0)