mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-05 02:31:33 +08:00
[None][fix] Remove -ccache from build_wheel.py args (#11064)
Signed-off-by: Tailing Yuan <yuantailing@gmail.com>
This commit is contained in:
parent
f2dd0ee128
commit
9959a5c78e
@ -1006,7 +1006,6 @@ def add_arguments(parser: ArgumentParser):
|
||||
action="store_true",
|
||||
help="Always configure cmake before building")
|
||||
parser.add_argument("--use_ccache",
|
||||
"-ccache",
|
||||
default=False,
|
||||
action="store_true",
|
||||
help="Use ccache compiler driver for faster rebuilds")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user