θˆŸε‹€ commited on
Commit
c778599
β€’
1 Parent(s): 59841f0
Files changed (2) hide show
  1. .gitignore +31 -0
  2. README.md +0 -12
.gitignore ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Byte-compiled / optimized / DLL files
2
+ **/__pycache__
3
+ *$py.class
4
+ **/.ipynb_checkpoints
5
+ **/.ipynb_checkpoints/**
6
+ **/video_llama_stage1_pretrain_v2.yaml
7
+ # C extensions
8
+ *.so
9
+
10
+ # Distribution / packaging
11
+ .Python
12
+ build/
13
+ develop-eggs/
14
+ dist/
15
+ downloads/
16
+ eggs/
17
+ .eggs/
18
+ lib/
19
+ lib64/
20
+ parts/
21
+ sdist/
22
+ var/
23
+ wheels/
24
+ share/python-wheels/
25
+ *.egg-info/
26
+ .installed.cfg
27
+ *.egg
28
+ MANIFEST
29
+
30
+ eval_configs/video_llama_eva_debug.yaml
31
+ app_v2.py
README.md DELETED
@@ -1,12 +0,0 @@
1
- ---
2
- title: Video LLaMA
3
- emoji: 🏒
4
- colorFrom: indigo
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 3.29.0
8
- app_file: app.py
9
- pinned: false
10
- license: bsd-3-clause
11
- ---
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference