Skip to content

Commit a8ab6a6

Browse files
committed
updated readme to include info about folder structure, data path, webscraper, dependencies
1 parent a0a5adf commit a8ab6a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ click==8.1.7
88
datasets==1.17.0
99
duckduckgo_search==6.1.0
1010
einops==0.8.0
11-
flash-attn==2.6.3
12-
google
11+
google==3.0.0
1312
google-cloud-vision==3.7.4
1413
huggingface-hub>=0.23.2
1514
Jinja2~=3.1.3
@@ -43,6 +42,4 @@ transformers>=4.45.2
4342
tqdm>=4.64.0
4443
tweepy~=4.14.0
4544
wandb==0.18.0
46-
yacs==0.1.8
47-
48-
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git
45+
yacs==0.1.8

requirements_gpu.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
flash-attn==2.6.3
2+
3+
git+https://github.com/LLaVA-VL/LLaVA-NeXT.git

0 commit comments

Comments
 (0)