Update README.md
Browse files
README.md
CHANGED
@@ -63,9 +63,11 @@ base_model:
|
|
63 |
|
64 |
```
|
65 |
# clone the repository:
|
66 |
-
git clone https://github.com/SkyworkAI/Matrix-Game
|
67 |
-
cd Matrix-Game-2
|
68 |
|
|
|
|
|
69 |
# install dependencies:
|
70 |
pip install -r requirements.txt
|
71 |
python setup.py develop
|
|
|
63 |
|
64 |
```
|
65 |
# clone the repository:
|
66 |
+
git clone https://github.com/SkyworkAI/Matrix-Game.git
|
67 |
+
cd Matrix-Gam/Matrix-Game-2
|
68 |
|
69 |
+
# install apex and FlashAttention
|
70 |
+
# Our project also depends on [FlashAttention](https://github.com/Dao-AILab/flash-attention)
|
71 |
# install dependencies:
|
72 |
pip install -r requirements.txt
|
73 |
python setup.py develop
|