chore: fix docs for export [release/2.1] #801
build-test.yml
on: pull_request
generate-matrix
/
generate
5s
Matrix: Build torch-tensorrt whl package
Matrix: Test dynamo converters [Python]
Matrix: Test dynamo core [Python]
Matrix: Test dynamo frontend [Python]
Matrix: Test torch compile backend [Python]
Matrix: Test torchscript frontend [Python]
Annotations
2 errors and 14 warnings
Test dynamo core [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-core-cu118
The process '/__w/TensorRT/TensorRT/3/condabin/conda' failed with exit code 1
|
Test torchscript frontend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-torchscript-fe-cu118
The process '/__w/TensorRT/TensorRT/3/condabin/conda' failed with exit code 1
|
Build torch-tensorrt whl package (pytorch/tensorrt, packaging/pre_build_script.sh, packaging/env_... / manywheel-py3_8-cuda11_8
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build torch-tensorrt whl package (pytorch/tensorrt, packaging/pre_build_script.sh, packaging/env_... / manywheel-py3_8-cuda12_1
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test dynamo core [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-core-cu118
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test torchscript frontend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-torchscript-fe-cu118
# >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/urllib3/response.py", line 438, in _error_catcher
yield
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/urllib3/response.py", line 764, in read_chunked
self._update_chunk_length()
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/urllib3/response.py", line 694, in _update_chunk_length
line = self._fp.fp.readline()
File "/__w/TensorRT/TensorRT/3/lib/python3.9/socket.py", line 704, in readinto
return self._sock.recv_into(b)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/ssl.py", line 1099, in read
return self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/requests/models.py", line 760, in generate
for chunk in self.raw.stream(chunk_size, decode_content=True):
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/urllib3/response.py", line 572, in stream
for line in self.read_chunked(amt, decode_content=decode_content):
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/urllib3/response.py", line 793, in read_chunked
self._original_response.close()
File "/__w/TensorRT/TensorRT/3/lib/python3.9/contextlib.py", line 137, in __exit__
self.gen.throw(typ, value, traceback)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/urllib3/response.py", line 455, in _error_catcher
raise ProtocolError("Connection broken: %r" % e, e)
urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/exceptions.py", line 1082, in __call__
return func(*args, **kwargs)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/cli/main.py", line 87, in _main
exit_code = do_call(args, p)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/cli/conda_argparse.py", line 84, in do_call
return getattr(module, func_name)(args, parser)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/cli/main_create.py", line 41, in execute
install(args, parser, 'create')
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/cli/install.py", line 260, in install
unlink_link_transaction = solver.solve_for_transaction(
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/core/solve.py", line 152, in solve_for_transaction
unlink_precs, link_precs = self.solve_for_diff(update_modifier, deps_modifier,
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/core/solve.py", line 195, in solve_for_diff
final_precs = self.solve_final_state(update_modifier, deps_modifier, prune, ignore_pinned,
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/core/solve.py", line 300, in solve_final_state
ssc = self._collect_all_metadata(ssc)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/common/io.py", line 88, in decorated
return f(*args, **kwds)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/core/solve.py", line 463, in _collect_all_metadata
index, r = self._prepare(prepared_specs)
File "/__w/TensorRT/TensorRT/3/lib/python3.9/site-packages/conda/core/solve.py", line 1058, in _prepare
reduced_index = get_reduced_index(self.prefix, self.channels,
File "/__w/Tensor
|
|
Test torchscript frontend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-torchscript-fe-cu118
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test dynamo core [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-core-cu121
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test torch compile backend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script... / tests-py-torch-compile-be-cu118
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test torch compile backend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script... / tests-py-torch-compile-be-cu121
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test dynamo frontend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-fe-cu121
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test dynamo frontend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-fe-cu118
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test dynamo converters [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-converters-cu118
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test dynamo converters [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-dynamo-converters-cu121
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test torchscript frontend [Python] (pytorch/tensorrt, torch_tensorrt, packaging/pre_build_script.sh) / tests-py-torchscript-fe-cu121
The following actions uses node12 which is deprecated and will be forced to run on node16: conda-incubator/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pytorch_tensorrt__3.8
Expired
|
33.5 MB |
|