Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoorkai committed Jan 22, 2024
1 parent ab27796 commit 94a8bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions atorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ pip install atorch
git clone https://github.com/intelligent-machine-learning/dlrover.git
cd dlrover/atorch
# build package, optional set version.
sh dev/scripts/build.sh [version]
# install the created package in dist directory. Not that if version is set, file name is different.
bash dev/scripts/build.sh [version]
# install the created package in dist directory. Note that if version is set, file name is different.
pip install dist/atorch-0.1.0.dev0-py3-none-any.whl
```

Expand Down
2 changes: 1 addition & 1 deletion atorch/examples/llama2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install -r requirements.txt
bash fsdp_llama2_entry.sh

# use fp8
USE_FP8=1 sh fsdp_llama2_entry.sh
USE_FP8=1 bash fsdp_llama2_entry.sh

# use lora
USE_LORA=1 bash fsdp_llama2_entry.sh
Expand Down

0 comments on commit 94a8bed

Please sign in to comment.