Update README.md
Browse files
README.md
CHANGED
@@ -93,6 +93,7 @@ cd ../
|
|
93 |
```bash
|
94 |
git clone https://github.com/FlagOpen/FlagScale.git
|
95 |
cd FlagScale
|
|
|
96 |
python tools/patch/unpatch.py --device-type metax_C550 --commit-id 57637057 --dir build
|
97 |
cd build/metax_C550/FlagScale/vllm
|
98 |
source env.sh
|
|
|
93 |
```bash
|
94 |
git clone https://github.com/FlagOpen/FlagScale.git
|
95 |
cd FlagScale
|
96 |
+
# 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"
|
97 |
python tools/patch/unpatch.py --device-type metax_C550 --commit-id 57637057 --dir build
|
98 |
cd build/metax_C550/FlagScale/vllm
|
99 |
source env.sh
|