Spaces:
Runtime error
Runtime error
Commit
·
48d8b02
1
Parent(s):
6ab4dfb
upload ckpt
Browse files- .gitignore +1 -2
- app.py +1 -1
- llama_adapter_len10_layer30_caption_vit_l.pth +3 -0
- llama_adapter_len10_layer30_release.pth +3 -0
.gitignore
CHANGED
|
@@ -2,5 +2,4 @@ example*
|
|
| 2 |
*bak
|
| 3 |
flagged
|
| 4 |
*.sh
|
| 5 |
-
__pycache__/
|
| 6 |
-
*.pth
|
|
|
|
| 2 |
*bak
|
| 3 |
flagged
|
| 4 |
*.sh
|
| 5 |
+
__pycache__/
|
|
|
app.py
CHANGED
|
@@ -171,7 +171,7 @@ max_seq_len = 512
|
|
| 171 |
max_batch_size = 1
|
| 172 |
|
| 173 |
# download models
|
| 174 |
-
download_llama_adapter(instruct_adapter_path, caption_adapter_path)
|
| 175 |
|
| 176 |
local_rank, world_size = setup_model_parallel()
|
| 177 |
if local_rank > 0:
|
|
|
|
| 171 |
max_batch_size = 1
|
| 172 |
|
| 173 |
# download models
|
| 174 |
+
# download_llama_adapter(instruct_adapter_path, caption_adapter_path)
|
| 175 |
|
| 176 |
local_rank, world_size = setup_model_parallel()
|
| 177 |
if local_rank > 0:
|
llama_adapter_len10_layer30_caption_vit_l.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b65a3b9ee8f2b6f2f950a3ef6c90df332675615312dbce04205f3a8d633ebf9b
|
| 3 |
+
size 40194847
|
llama_adapter_len10_layer30_release.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9fece600130acf46f85996a57601ac4352fc8c90e4ef63666cd71d8e6961695
|
| 3 |
+
size 4924610
|