mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
Signed-off-by: Yu Chi Li <yuchil@nvidia.com>
This commit is contained in:
parent
0a7a88e74e
commit
7ca38a6c0b
@ -946,8 +946,9 @@ def main(*,
|
||||
# and validating python changes in the whl.
|
||||
clear_folder(dist_dir)
|
||||
|
||||
extra_wheel_build_args = os.getenv("EXTRA_WHEEL_BUILD_ARGS", "")
|
||||
build_run(
|
||||
f'\"{venv_python}\" -m build {project_dir} --skip-dependency-check --no-isolation --wheel --outdir "{dist_dir}"'
|
||||
f'\"{venv_python}\" -m build {project_dir} --skip-dependency-check {extra_wheel_build_args} --no-isolation --wheel --outdir "{dist_dir}"'
|
||||
)
|
||||
|
||||
if install:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user