mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-20 01:35:27 +08:00
[TRTLLM-9581][Infra] Use /home/scratch.trt_llm_data_ci in computelab
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
parent
ba1037ca4a
commit
ab5e836019
@ -684,7 +684,7 @@ def runLLMTestlistWithAgent(pipeline, platform, testList, config=VANILLA_CONFIG,
|
||||
"--entrypoint=\"\" " +
|
||||
"--security-opt seccomp=unconfined " +
|
||||
"-u root:root " +
|
||||
"-v /home/scratch.trt_llm_data:/scratch.trt_llm_data:ro " +
|
||||
"-v /home/scratch.trt_llm_data_ci:/scratch.trt_llm_data:ro " +
|
||||
"-v /tmp/ccache:${CCACHE_DIR}:rw " +
|
||||
"-v /tmp/pipcache/http-v2:/root/.cache/pip/http-v2:rw " +
|
||||
"--cap-add=SYSLOG"
|
||||
@ -866,7 +866,7 @@ def getMountListForSlurmTest(SlurmCluster cluster, boolean useSbatch = false)
|
||||
// data/cache mounts
|
||||
if (cluster.containerRuntime.toString() == "DOCKER") {
|
||||
mounts += [
|
||||
"/home/scratch.trt_llm_data:/scratch.trt_llm_data:ro",
|
||||
"/home/scratch.trt_llm_data_ci:/scratch.trt_llm_data:ro",
|
||||
]
|
||||
} else if (cluster.containerRuntime.toString() == "ENROOT") {
|
||||
if (!cluster.scratchPath) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user