crispeng commited on
Commit
3a4f9f5
·
verified ·
1 Parent(s): ed0815d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -63,9 +63,11 @@ base_model:
63
 
64
  ```
65
  # clone the repository:
66
- git clone https://github.com/SkyworkAI/Matrix-Game-2.0
67
- cd Matrix-Game-2.0
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