Skip to content

Commit e88ea0b

Browse files
authored
double check names (#20)
1 parent 4444423 commit e88ea0b

20 files changed

+72
-735
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ __pycache__
1818

1919
# Exclude some weights
2020
/openai
21-
/liuhaotian

.gitignore

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -20,55 +20,15 @@ dist
2020
.DS_Store
2121
wandb
2222
output
23-
llavavid
2423

2524
checkpoints
2625
project_checkpoints
2726
debug_checkpoints
28-
playground/data
29-
playground/cc3m_llava34b_cap
3027
ckpts*
3128

32-
.ipynb_checkpoints
33-
chunyl_scripts
34-
*.ipynb
35-
3629
# DevContainer
3730
!.devcontainer/*
3831

39-
# Demo
40-
serve_images/
41-
notebooks/
42-
logs
43-
scripts/dist_*
44-
logs/
45-
submissions/
46-
cn_scripts/
47-
internal_project_checkpoints/
48-
work_dirs
49-
scripts/i18n/*
50-
playground/.nfs028b000000010add00000001
51-
HIP
52-
playground/.nfs028b0000017bff2c00000012
53-
scripts/qwen
54-
scripts/vicuna
55-
scripts/mistral
56-
scripts/baseline_rep
57-
scripts/cn_boli01_hl
58-
scripts/cn_boli01_lf
59-
scripts/cn_lf
60-
scripts/cn_lq
61-
scripts/cn_yg
62-
scripts/cn_yg_hao
63-
scripts/eva_encoder
64-
scripts/i18n
65-
scripts/i18n_higher_res
66-
scripts/multi-images
67-
scratchpad
68-
build/
69-
playground/*.json
70-
mlx_configs/
71-
data_processing/
7232
# demo/
7333

7434

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- - /model/language_model/llava_qwen.py
1010
- - /train/train.py
1111
- - /train/llava_trainer.py
12-
A diff can be generated against the commit (79ef45a6d8b89b92d7a8525f077c3a3a9894a87d) of LLaVA-NeXT to see our modifications.
12+
- - /utils.py
13+
- - A diff can be generated against the commit (79ef45a6d8b89b92d7a8525f077c3a3a9894a87d) of LLaVA-NeXT to see our modifications.
1314
- The code will be made publicly available when published. For review, the provided code and model license is [no license](https://choosealicense.com/no-permission/).
1415
- Please see the `\example` directory for a demo notebook and installation instructions.

dev_7b_16f_top20_full_includes_tim_no_avion_no_narration.sbatch

Lines changed: 0 additions & 142 deletions
This file was deleted.

dev_7b_64f_top5_gpt4o_avion_tim_last_layer_one_token_512_detection_direct_neighbor_178K_100percent_time.sbatch

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)