Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c57d577e
Unverified
Commit
c57d577e
authored
Jun 03, 2025
by
Calvin Chen
Committed by
GitHub
Jun 02, 2025
Browse files
add an absolute path for run.sh (#18258)
Signed-off-by:
calvin chen
<
120380290@qq.com
>
parent
ca2f6b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
examples/offline_inference/disaggregated-prefill-v1/run.sh
examples/offline_inference/disaggregated-prefill-v1/run.sh
+9
-3
No files found.
examples/offline_inference/disaggregated-prefill-v1/run.sh
View file @
c57d577e
rm
-rf
local_storage/
rm
output.txt
VLLM_ENABLE_V1_MULTIPROCESSING
=
0
CUDA_VISIBLE_DEVICES
=
0 python3 prefill_example.py
VLLM_ENABLE_V1_MULTIPROCESSING
=
0
CUDA_VISIBLE_DEVICES
=
0 python3 decode_example.py
if
[
-f
"output.txt"
]
;
then
rm
output.txt
fi
# The directory of current script
SCRIPT_DIR
=
$(
dirname
"
$(
readlink
-f
"
$0
"
)
"
)
VLLM_ENABLE_V1_MULTIPROCESSING
=
0
CUDA_VISIBLE_DEVICES
=
0 python3
"
$SCRIPT_DIR
/prefill_example.py"
VLLM_ENABLE_V1_MULTIPROCESSING
=
0
CUDA_VISIBLE_DEVICES
=
0 python3
"
$SCRIPT_DIR
/decode_example.py"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment