mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[fix][ci] dont build wheel for cpp tests (#5443)
Signed-off-by: Omer Ullman Argov <118735753+omera-nv@users.noreply.github.com>
This commit is contained in:
parent
61bb71fd1b
commit
bdc8dfebc3
@ -154,14 +154,13 @@ def build_google_tests(request, build_dir):
|
||||
|
||||
print(f"Using CUDA arch: {cuda_arch}")
|
||||
|
||||
build_trt_llm(
|
||||
cuda_architectures=cuda_arch,
|
||||
job_count=12,
|
||||
use_ccache=True,
|
||||
clean=True,
|
||||
trt_root="/usr/local/tensorrt",
|
||||
nixl_root="/opt/nvidia/nvda_nixl",
|
||||
)
|
||||
build_trt_llm(cuda_architectures=cuda_arch,
|
||||
job_count=12,
|
||||
use_ccache=True,
|
||||
clean=True,
|
||||
trt_root="/usr/local/tensorrt",
|
||||
nixl_root="/opt/nvidia/nvda_nixl",
|
||||
skip_building_wheel=True)
|
||||
|
||||
make_google_tests = [
|
||||
"cmake",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user