MoMA_zeroGPU / env_test.sh
Kunpeng Song
fix zero
5feb88f
raw
history blame
242 Bytes
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