This commit is contained in:
Eugene Rakhmatulin
2026-03-13 12:41:48 -07:00
parent caa83d9e5b
commit dedbd0a01d

View File

@@ -559,7 +559,7 @@ make_node_script() {
local tmp; tmp=$(mktemp /tmp/vllm_node_script_XXXXXX.sh)
grep -v -- '--distributed-executor-backend' "$script_path" > "$tmp"
echo "$extra" >> "$tmp"
sed -i "$ s/$/ $extra/" "$tmp"
chmod +x "$tmp"
echo "$tmp"
}