Skip to content

Commit

Permalink
replace image
Browse files Browse the repository at this point in the history
  • Loading branch information
KuilongCui committed Feb 13, 2025
1 parent 0a463d5 commit 95cb06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
nvidia-docker run --rm -t --net host --ipc host \
-v ${PWD}:/workspace \
-w /workspace \
registry.cn-beijing.aliyuncs.com/llumnix/llumnix-dev:20240909_action_678a439 \
registry.cn-beijing.aliyuncs.com/llumnix/llumnix-dev:20250213_image_65d0368 \
bash -c "pip install -e .[vllm] > /dev/null && make lint"
2 changes: 1 addition & 1 deletion tools/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pgrep -f llumnix.entrypoints.vllm.api_server | { while read pid; do kill -9 "$pi
pgrep -f benchmark_serving.py | { while read pid; do kill -9 "$pid"; done; }

nvidia-docker run --rm -t --net host --ipc host -v ${PWD}:/workspace -v /mnt:/mnt -w /workspace \
registry.cn-beijing.aliyuncs.com/llumnix/llumnix-dev:20240909_action_678a439 \
registry.cn-beijing.aliyuncs.com/llumnix/llumnix-dev:20250213_image_65d0368 \
sh -c "make vllm_install > /dev/null && make $test_mode"

0 comments on commit 95cb06b

Please sign in to comment.