From a2ebdbc112dbdf640be9d7624c068994c57cd377 Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Thu, 27 Jun 2024 19:17:52 +0800 Subject: [PATCH] Update README_zh.md Former-commit-id: 62f2e27f4355aa35c26e1146dbe90fac3b380118 --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index c3fb6ecf..3926c09d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -465,7 +465,7 @@ docker exec -it llamafactory bash ```bash # 根据您的环境选择镜像 -docker build --platform linux/arm64 -f ./docker/docker-npu/Dockerfile \ +docker build -f ./docker/docker-npu/Dockerfile \ --build-arg INSTALL_DEEPSPEED=false \ --build-arg PIP_INDEX=https://pypi.org/simple \ -t llamafactory:latest .