mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-25 05:02:59 +08:00
fix build args
Signed-off-by: Xiwen Yu <13230610+VALLIS-NERIA@users.noreply.github.com>
This commit is contained in:
parent
e6bb1fe8af
commit
77657de972
@ -1829,7 +1829,7 @@ def runLLMBuild(pipeline, cpu_arch, reinstall_dependencies=false, wheel_path="",
|
||||
}
|
||||
buildArgs = "--clean"
|
||||
if (cpu_arch == AARCH64_TRIPLE) {
|
||||
buildArgs += " -a '90-real;100-real;120-real'"
|
||||
buildArgs += " -a '90-real;100-real;103-real;120-real'"
|
||||
}
|
||||
|
||||
withCredentials([usernamePassword(credentialsId: "urm-artifactory-creds", usernameVariable: 'CONAN_LOGIN_USERNAME', passwordVariable: 'CONAN_PASSWORD')]) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user