Kunpeng Song commited on
Commit
5518f8a
·
1 Parent(s): a6ee23d
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. env_test.sh +0 -10
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
env_test.sh DELETED
@@ -1,10 +0,0 @@
1
- pip uninstall flash-attn
2
-
3
- git clone https://github.com/haotian-liu/LLaVA.git
4
- cd LLaVA
5
-
6
- pip install --upgrade pip # enable PEP 660 support
7
- pip install -e .
8
-
9
- pip install -e ".[train]"
10
- pip install flash-attn --no-build-isolation --no-cache-dir