Caozhou1995 commited on
Commit
cc97ff7
·
verified ·
1 Parent(s): 15c4afc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -94,6 +94,7 @@ cd ../
94
  ```bash
95
  git clone https://github.com/FlagOpen/FlagScale.git
96
  cd FlagScale
 
97
  python tools/patch/unpatch.py --device-type bi_V150 --commit-id fe6c78c6 --key-path <KEY_PATH> --dir build # The key needs to be obtained from the vendor
98
  cd build/bi_V150/FlagScale/vllm
99
  bash clean_vllm.sh;bash build_vllm.sh;bash install_vllm.sh
 
94
  ```bash
95
  git clone https://github.com/FlagOpen/FlagScale.git
96
  cd FlagScale
97
+ # please set the name and email in git config in advance, for example: git config --global user.name "your_name"; git config --global user.email "your_email"
98
  python tools/patch/unpatch.py --device-type bi_V150 --commit-id fe6c78c6 --key-path <KEY_PATH> --dir build # The key needs to be obtained from the vendor
99
  cd build/bi_V150/FlagScale/vllm
100
  bash clean_vllm.sh;bash build_vllm.sh;bash install_vllm.sh