Spaces:
Sleeping
Sleeping
Nick Vandal
commited on
Commit
•
65d0858
1
Parent(s):
1c1b839
convert to llava submodule for local edits
Browse files- .gitmodules +3 -0
- LLaVA +1 -0
- llava +1 -0
- requirements.txt +23 -1
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "LLaVA"]
|
2 |
+
path = LLaVA
|
3 |
+
url = https://github.com/haotian-liu/LLaVA
|
LLaVA
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 5d8f1760c08b7dfba3ae97b71cbd4c6f17d12dbd
|
llava
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
LLaVA/llava
|
requirements.txt
CHANGED
@@ -1 +1,23 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
torchvision==0.16.2
|
3 |
+
transformers==4.37.2
|
4 |
+
tokenizers==0.15.1
|
5 |
+
sentencepiece==0.1.99
|
6 |
+
shortuuid
|
7 |
+
accelerate==0.21.0
|
8 |
+
peft
|
9 |
+
bitsandbytes
|
10 |
+
pydantic
|
11 |
+
markdown2[all]
|
12 |
+
numpy
|
13 |
+
scikit-learn==1.2.2
|
14 |
+
gradio==4.16.0
|
15 |
+
gradio_client==0.8.1
|
16 |
+
requests
|
17 |
+
httpx==0.24.0
|
18 |
+
uvicorn
|
19 |
+
fastapi
|
20 |
+
einops==0.6.1
|
21 |
+
einops-exts==0.0.4
|
22 |
+
timm==0.6.13
|
23 |
+
flash-attn
|