Unverified Commit e52f337b authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update README.md

parent 7cf4e5ad
...@@ -67,6 +67,10 @@ git clone https://github.com/Yuliang-Liu/Monkey.git ...@@ -67,6 +67,10 @@ git clone https://github.com/Yuliang-Liu/Monkey.git
cd ./Monkey cd ./Monkey
pip install -r requirements.txt pip install -r requirements.txt
``` ```
You can download the corresponding version of flash_attention from https://github.com/Dao-AILab/flash-attention/releases/ and use the following code to install:
```python
pip install flash_attn-2.3.5+cu117torch2.0cxx11abiFALSE-cp310-cp310-linux_x86_64.whl --no-build-isolation
```
## Train ## Train
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment