Skip to content

Commit 2c86f6e

Browse files
committed
TRTLLM backend post release
1 parent 17e7b6d commit 2c86f6e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1315,9 +1315,7 @@ def dockerfile_prepare_container_linux(argmap, backends, enable_gpu, target_mach
13151315
)
13161316
trtllm_buildscript = importlib.util.module_from_spec(spec)
13171317
exec(response.content, trtllm_buildscript.__dict__)
1318-
df += trtllm_buildscript.create_postbuild(
1319-
backends[be] # repo tag
1320-
)
1318+
df += trtllm_buildscript.create_postbuild(backends[be])
13211319

13221320
if "vllm" in backends:
13231321
# [DLIS-5606] Build Conda environment for vLLM backend

0 commit comments

Comments
 (0)