Skip to content

Commit 8e140e7

Browse files
author
pytorchbot
committed
2025-11-06 nightly release (dae1ead)
1 parent f51563e commit 8e140e7

File tree

162 files changed

+370
-372
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+370
-372
lines changed

docker/Dockerfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ ENV PYTHON_VERSION=${PYTHON_VERSION}
1616
ENV DEBIAN_FRONTEND=noninteractive
1717

1818
# Install basic dependencies
19-
RUN apt-get update
20-
RUN apt install -y build-essential manpages-dev wget zlib1g software-properties-common git libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget ca-certificates curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev mecab-ipadic-utf8
19+
RUN apt-get update && apt-get install -y build-essential manpages-dev wget zlib1g software-properties-common git libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget ca-certificates curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev mecab-ipadic-utf8
2120

2221
# Install PyEnv and desired Python version
2322
ENV HOME="/root"
@@ -34,8 +33,7 @@ RUN pyenv global ${PYTHON_VERSION}
3433
# Install TensorRT + dependencies
3534
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub
3635
RUN add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ /"
37-
RUN apt-get update
38-
RUN TENSORRT_MAJOR_VERSION=`echo ${TENSORRT_VERSION} | cut -d '.' -f 1` && \
36+
RUN apt-get update && TENSORRT_MAJOR_VERSION=`echo ${TENSORRT_VERSION} | cut -d '.' -f 1` && \
3937
apt-get install -y libnvinfer${TENSORRT_MAJOR_VERSION}=${TENSORRT_VERSION}.* \
4038
libnvinfer-plugin${TENSORRT_MAJOR_VERSION}=${TENSORRT_VERSION}.* \
4139
libnvinfer-dev=${TENSORRT_VERSION}.* \
@@ -55,9 +53,9 @@ FROM base as torch-tensorrt-builder-base
5553
ARG ARCH="x86_64"
5654
ARG TARGETARCH="amd64"
5755

58-
RUN apt-get update
59-
RUN apt-get install -y python3-setuptools
60-
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub
56+
RUN apt-get update && \
57+
apt-get install -y python3-setuptools && \
58+
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub
6159

6260
RUN apt-get update &&\
6361
apt-get install -y --no-install-recommends locales ninja-build &&\

docs/_cpp_api/classtorch__tensorrt_1_1DataType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Class DataType &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Class DataType &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/classtorch__tensorrt_1_1Device_1_1DeviceType.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Class Device::DeviceType &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Class Device::DeviceType &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/classtorch__tensorrt_1_1TensorFormat.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Class TensorFormat &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Class TensorFormat &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/define_macros_8h_1a18d295a837ac71add5578860b55e5502.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Define STR &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Define STR &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/define_macros_8h_1a282fd3c0b1c3a215148ae372070e1268.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Define TORCH_TENSORRT_PATCH_VERSION &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Define TORCH_TENSORRT_PATCH_VERSION &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/define_macros_8h_1a31398a6d4d27e28817afb0f0139e909e.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Define TORCH_TENSORRT_MAJOR_VERSION &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Define TORCH_TENSORRT_MAJOR_VERSION &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/define_macros_8h_1a35703561b26b1a9d2738ad7d58b27827.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Define TORCH_TENSORRT_MINOR_VERSION &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Define TORCH_TENSORRT_MINOR_VERSION &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/define_macros_8h_1abd1465eb38256d3f22cc1426b23d516b.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Define TORCHTRT_API &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Define TORCHTRT_API &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

docs/_cpp_api/define_macros_8h_1abe87b341f562fd1cf40b7672e4d759da.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1212

13-
<title>Define XSTR &mdash; Torch-TensorRT v2.10.0.dev0+5d2cd07 documentation</title>
13+
<title>Define XSTR &mdash; Torch-TensorRT v2.10.0.dev0+f76a76b documentation</title>
1414

1515

1616

@@ -293,7 +293,7 @@
293293

294294

295295
<div class="version">
296-
v2.10.0.dev0+5d2cd07
296+
v2.10.0.dev0+f76a76b
297297
</div>
298298

299299

0 commit comments

Comments
 (0)