Fix xpu finetune image path in action (#11037)
* Fix xpu finetune image path in action
This commit is contained in:
parent
9a96af4232
commit
4638682140
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manually_build.yml
vendored
2
.github/workflows/manually_build.yml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
||||||
echo "####### ipex-llm-finetune-xpu ########"
|
echo "####### ipex-llm-finetune-xpu ########"
|
||||||
echo "##############################################################"
|
echo "##############################################################"
|
||||||
export image=intelanalytics/ipex-llm-finetune-xpu
|
export image=intelanalytics/ipex-llm-finetune-xpu
|
||||||
cd docker/llm/finetune/qlora/xpu/docker
|
cd docker/llm/finetune/xpu
|
||||||
sudo docker build \
|
sudo docker build \
|
||||||
--no-cache=true \
|
--no-cache=true \
|
||||||
--build-arg http_proxy=${HTTP_PROXY} \
|
--build-arg http_proxy=${HTTP_PROXY} \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue