Upload 3 files
Browse files- .gitattributes +1 -0
- 1.png +0 -0
- linux-test.sh +5 -0
- linux-x64-openlas-llama-qwen2vl-cli +3 -0
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Qwen2-VL-2B-Instruct-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
qwen2vl-vision.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
Qwen2-VL-2B-Instruct-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
qwen2vl-vision.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
linux-x64-openlas-llama-qwen2vl-cli filter=lfs diff=lfs merge=lfs -text
|
1.png
ADDED
linux-test.sh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/bash
|
2 |
+
|
3 |
+
./linux-x64-openlas-llama-qwen2vl-cli -m Qwen2-VL-2B-Instruct-F16.gguf --mmproj qwen2vl-vision.gguf -p "描述这图片" --image "1.png"
|
4 |
+
|
5 |
+
|
linux-x64-openlas-llama-qwen2vl-cli
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79e82042e573e632eb704791bb2a2b09dec8e578699483aa2254018c1af89a57
|
3 |
+
size 1255384
|