Skip to content

Commit af8615d

Browse files
committed
chore: Update bazel references in repo
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 1460f79 commit af8615d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
default: "x86_64"
1212
version:
1313
type: string
14-
default: "5.2.0"
14+
default: "6.2.1"
1515
steps:
1616
- run:
1717
name: Install bazel
@@ -192,7 +192,7 @@ commands:
192192
default: "8.6.1.6-1"
193193
bazel-version:
194194
type: string
195-
default: "5.2.0"
195+
default: "6.2.1"
196196
bazel-platform:
197197
type: string
198198
default: "x86_64"
@@ -1330,7 +1330,7 @@ jobs:
13301330
parameters:
13311331
bazel-version:
13321332
type: string
1333-
default: "5.2.0"
1333+
default: "6.2.1"
13341334
python-version:
13351335
type: string
13361336
default: "3.9.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
115115

116116
These are the following dependencies used to verify the testcases. Torch-TensorRT can work with other versions, but the tests are not guaranteed to pass.
117117

118-
- Bazel 5.2.0
118+
- Bazel 6.2.1
119119
- Libtorch 2.1.0.dev20230619 (built with CUDA 12.1)
120120
- CUDA 12.1
121121
- cuDNN 8.8.1

docker/Dockerfile.docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM nvcr.io/nvidia/tensorrt:22.06-py3
22

3-
ARG BAZEL_VERSION=5.2.0
3+
ARG BAZEL_VERSION=6.2.1
44

55
RUN curl https://bazel.build/bazel-release.pub.gpg | apt-key add -
66
RUN echo "deb [arch=amd64] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list

0 commit comments

Comments
 (0)