Remove vllm hpu triton version fix (#1515)
vllm-fork has fix triton version issue, remove duplicated code https://github.com/HabanaAI/vllm-fork/blob/habana_main/requirements-hpu.txt Signed-off-by: Xinyao Wang <xinyao.wang@intel.com> Co-authored-by: chen, suyue <suyue.chen@intel.com>
This commit is contained in:
1
.github/workflows/_example-workflow.yml
vendored
1
.github/workflows/_example-workflow.yml
vendored
@@ -79,7 +79,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
|
if [[ $(grep -c "vllm-gaudi:" ${docker_compose_path}) != 0 ]]; then
|
||||||
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
||||||
sed -i 's/triton/triton==3.1.0/g' vllm-fork/requirements-hpu.txt
|
|
||||||
fi
|
fi
|
||||||
git clone --depth 1 --branch ${{ inputs.opea_branch }} https://github.com/opea-project/GenAIComps.git
|
git clone --depth 1 --branch ${{ inputs.opea_branch }} https://github.com/opea-project/GenAIComps.git
|
||||||
cd GenAIComps && git rev-parse HEAD && cd ../
|
cd GenAIComps && git rev-parse HEAD && cd ../
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ function build_vllm_docker_image() {
|
|||||||
fi
|
fi
|
||||||
cd ./vllm-fork
|
cd ./vllm-fork
|
||||||
git checkout v0.6.4.post2+Gaudi-1.19.0
|
git checkout v0.6.4.post2+Gaudi-1.19.0
|
||||||
sed -i 's/triton/triton==3.1.0/g' requirements-hpu.txt
|
|
||||||
docker build --no-cache -f Dockerfile.hpu -t opea/vllm-gaudi:ci --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
|
docker build --no-cache -f Dockerfile.hpu -t opea/vllm-gaudi:ci --shm-size=128g . --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "opea/vllm-gaudi:ci failed"
|
echo "opea/vllm-gaudi:ci failed"
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ function build_docker_images() {
|
|||||||
cd $WORKPATH/docker_image_build
|
cd $WORKPATH/docker_image_build
|
||||||
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
|
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
|
||||||
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
||||||
sed -i 's/triton/triton==3.1.0/g' vllm-fork/requirements-hpu.txt
|
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna-guardrails chatqna-ui dataprep retriever vllm-gaudi guardrails nginx"
|
service_list="chatqna-guardrails chatqna-ui dataprep retriever vllm-gaudi guardrails nginx"
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ function build_docker_images() {
|
|||||||
cd $WORKPATH/docker_image_build
|
cd $WORKPATH/docker_image_build
|
||||||
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
|
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
|
||||||
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
||||||
sed -i 's/triton/triton==3.1.0/g' vllm-fork/requirements-hpu.txt
|
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna chatqna-ui dataprep retriever vllm-gaudi nginx"
|
service_list="chatqna chatqna-ui dataprep retriever vllm-gaudi nginx"
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ function build_docker_images() {
|
|||||||
cd $WORKPATH/docker_image_build
|
cd $WORKPATH/docker_image_build
|
||||||
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
|
git clone --depth 1 --branch ${opea_branch} https://github.com/opea-project/GenAIComps.git
|
||||||
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
git clone --depth 1 --branch v0.6.4.post2+Gaudi-1.19.0 https://github.com/HabanaAI/vllm-fork.git
|
||||||
sed -i 's/triton/triton==3.1.0/g' vllm-fork/requirements-hpu.txt
|
|
||||||
|
|
||||||
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
echo "Build all the images with --no-cache, check docker_image_build.log for details..."
|
||||||
service_list="chatqna-without-rerank chatqna-ui dataprep retriever vllm-gaudi nginx"
|
service_list="chatqna-without-rerank chatqna-ui dataprep retriever vllm-gaudi nginx"
|
||||||
|
|||||||
Reference in New Issue
Block a user