File size: 242 Bytes
5feb88f
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
pip uninstall  flash-attn

git clone https://github.com/haotian-liu/LLaVA.git
cd LLaVA

pip install --upgrade pip  # enable PEP 660 support
pip install -e .

pip install -e ".[train]"
pip install flash-attn --no-build-isolation --no-cache-dir