zouhsab commited on
Commit
b902ca2
·
verified ·
1 Parent(s): 0edd994

Create start.py

Browse files
Files changed (1) hide show
  1. start.py +7 -0
start.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ pip install --upgrade pip # enable PEP 660 support
2
+ pip install -e .
3
+ pip install -e ".[train]"
4
+ pip install flash-attn --no-build-isolation
5
+ git pull
6
+ pip install -e .
7
+ python tinyllava/serve/app.py --model-path bczhou/TinyLLaVA-3.1B --model-name TinyLLaVA-3.1B