Update README.md

Former-commit-id: 06536c44d472fa2b380ebdb3f51865edb028ac5d
This commit is contained in:
hoshi-hiyouga 2024-06-27 19:17:35 +08:00 committed by GitHub
parent e384ef7d57
commit 65bf205968

View File

@ -465,7 +465,7 @@ For Ascend NPU users:
```bash ```bash
# Choose docker image upon your environment # Choose docker image upon your environment
docker build --platform linux/arm64 -f ./docker/docker-npu/Dockerfile \ docker build -f ./docker/docker-npu/Dockerfile \
--build-arg INSTALL_DEEPSPEED=false \ --build-arg INSTALL_DEEPSPEED=false \
--build-arg PIP_INDEX=https://pypi.org/simple \ --build-arg PIP_INDEX=https://pypi.org/simple \
-t llamafactory:latest . -t llamafactory:latest .