We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a5adf commit a8ab6a6Copy full SHA for a8ab6a6
requirements.txt
@@ -8,8 +8,7 @@ click==8.1.7
8
datasets==1.17.0
9
duckduckgo_search==6.1.0
10
einops==0.8.0
11
-flash-attn==2.6.3
12
-google
+google==3.0.0
13
google-cloud-vision==3.7.4
14
huggingface-hub>=0.23.2
15
Jinja2~=3.1.3
@@ -43,6 +42,4 @@ transformers>=4.45.2
43
42
tqdm>=4.64.0
44
tweepy~=4.14.0
45
wandb==0.18.0
46
-yacs==0.1.8
47
-
48
-git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
+yacs==0.1.8
requirements_gpu.txt
@@ -0,0 +1,3 @@
1
+flash-attn==2.6.3
2
+
3
+git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
0 commit comments