toongs commited on
Commit
eaa0d3b
·
verified ·
1 Parent(s): 922016a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Generation
2
+ ```
3
+ git clone https://github.com/ttmduc0309/llava-siglip-qwen2.git
4
+ cd llava-siglip-qwen2
5
+ ```
6
+ - Update the model path in `run_infer.sh`
7
+ - Run ```
8
+ bash run_infer.sh
9
+ ```