forked from DAMO-NLP-SG/Video-LLaMA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (46 loc) · 988 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Byte-compiled / optimized / DLL files
**/__pycache__
*$py.class
**/.ipynb_checkpoints
**/.ipynb_checkpoints/**
**/video_llama_stage1_pretrain_v2.yaml
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
data/
eval_configs/video_llama_test_run.yaml
**/video_llama_stage1_pretrain_v2.yaml
**/video_llama.py
**/output
**/video_llama_stage2_finetune_v2.yaml
eval_configs/video_llama_test_**.yaml
**/train_configs/video_llama**
test_chatglm.py
test_llava_instruct.py
.vscode/*
**/conversation_video_backup.py
**/test_demo.py
**/video_llama_*.py
video_llama/configs/datasets/instruct/avqa_instruct.yaml
video_llama/configs/datasets/instruct/valor_instruct.yaml
video_llama/configs/datasets/instruct/avsd_instruct.yaml
video_llama/datasets/datasets/audio_video_dataset.py
video_llama/datasets/builders/audio_backup_instruct_builder.py