Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
run: |
cd build
source ~/.bashrc
make -j
make -j4
make install
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion scripts/tone_tests/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ docker_launch(){
fi
local relative_path=${TEST_RUN_DIR#$BASE_DIR}
local cleaned_path=${relative_path#/}
pip_cmd=$(append_str "${pip_cmd}" "pip install /test_run/$cleaned_path/whls/$mooncake_whl_file")
pip_cmd=$(append_str "${pip_cmd}" "pip install --force-reinstall /test_run/$cleaned_path/whls/$mooncake_whl_file")

# Check if sglang-router is needed and missing
if [[ "$registry_addr" == *"sglang"* ]]; then
Expand Down
Loading