File tree Expand file tree Collapse file tree
modelopt/onnx/quantization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 uses : ./.github/workflows/_example_tests_runner.yml
6161 secrets : inherit
6262 with :
63- docker_image : " nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc10 "
63+ docker_image : " nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc12 "
6464 example : ${{ matrix.example }}
6565 pip_install_extras : " [hf,dev-test]"
6666 runner : linux-amd64-gpu-rtxpro6000-latest-1
7474 uses : ./.github/workflows/_example_tests_runner.yml
7575 secrets : inherit
7676 with :
77- docker_image : " nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc10 "
77+ docker_image : " nvcr.io/nvidia/tensorrt-llm/release:1.3.0rc12 "
7878 example : ${{ matrix.example }}
7979 pip_install_extras : " [hf,dev-test]"
8080 runner : linux-amd64-gpu-rtxpro6000-latest-2
Original file line number Diff line number Diff line change @@ -40,14 +40,13 @@ jobs:
4040 include :
4141 - example : gpu
4242 timeout : 60
43- container_image : pytorch:26.01-py3
44- # tests/gpu/_extensions/test_onnx_extensions.py fails for newer containers until https://github.com/tbenthompson/cppimport/pull/98
43+ container_image : pytorch:26.03-py3
4544 - example : gpu_megatron
4645 timeout : 45
4746 container_image : nemo:26.04
4847 - example : gpu_trtllm
4948 timeout : 30
50- container_image : tensorrt-llm/release:1.3.0rc10
49+ container_image : tensorrt-llm/release:1.3.0rc12
5150 runs-on : ${{ startsWith(github.ref, 'refs/heads/pull-request/') && 'linux-amd64-gpu-rtxpro6000-latest-1' || 'linux-amd64-gpu-rtxpro6000-latest-2' }}
5251 timeout-minutes : ${{ matrix.timeout }}
5352 container :
Original file line number Diff line number Diff line change 1818import os
1919import sys
2020
21- # TODO: cppimport is no longer maintained, switch to a different library
21+ # TODO: cppimport is not actively maintained, consider a better alternative library
2222import cppimport
2323
2424from modelopt .onnx .logging_config import logger
3232except Exception as e :
3333 logger .warning (
3434 f"{ e } \n Unable to load `modelopt_round_and_pack_ext', falling back to python based optimized version. "
35- "If you see `copy_file() got an unexpected keyword argument 'dry_run'`, you will need "
36- "https://github.com/tbenthompson/cppimport/pull/98 or downgrade setuptools until we have a workaround"
3735 )
3836 round_and_pack_ext = None
You can’t perform that action at this time.
0 commit comments