pdufour commited on
Commit
afc67e5
·
verified ·
1 Parent(s): 11e4e4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -3,8 +3,11 @@ license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2-VL-2B-Instruct
5
  ---
6
- # Setup
7
  This is compatible with any onnx runtime.
8
 
9
- # Export process:
10
- [EXPORT.md](EXPORT.md)
 
 
 
 
3
  base_model:
4
  - Qwen/Qwen2-VL-2B-Instruct
5
  ---
6
+ # Requirements
7
  This is compatible with any onnx runtime.
8
 
9
+ # Running this model
10
+ See https://huggingface.co/pdufour/Qwen2-VL-2B-Instruct-ONNX-Q4-F16 for an example
11
+
12
+ # Technical Information:
13
+ - [EXPORT.md](EXPORT.md)