Skip to content

Commit 6b26f2d

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent 0f44f58 commit 6b26f2d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/scripts/install_and_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ install_sys_dependencies() {
2222
apt-get update -y
2323
apt-get -y install `cat /root/workspace/packages.txt`
2424
apt-get -y install gcc g++ cmake libnuma-dev iproute2
25+
# kimi-k2 dependency
2526
pip install blobfile
2627
}
2728

.github/workflows/scripts/start_container.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ echo "starting ascend NPU-A3 container"
2222
docker run -itd \
2323
--name "$CONTAINER_NAME" \
2424
--net=host \
25-
-u "$(id -u):$(id -g)" \
2625
--device /dev/davinci0 \
2726
--device /dev/davinci1 \
2827
--device /dev/davinci2 \

.github/workflows/vllm_ascend_multi_node_test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ jobs:
8888
docker exec -i $CONTAINER_NAME bash -lc "bash $SCRIPT_PATH worker $MASTER_IP"
8989
fi
9090
91-
if [ $? -ne 0 ]; then
92-
echo "Failed to execute command in the container. Please check if the container is running."
93-
exit 1
94-
fi
95-
9691
- name: Docker post test cleanup
9792
if: always()
9893
run: |

0 commit comments

Comments
 (0)