Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: mit
|
|
6 |
|
7 |
<b><ul>Note: This is unoffical version,just for test and dev.</ul></b>
|
8 |
|
9 |
-
This is the ONNX format
|
10 |
|
11 |
|
12 |
**Convert Step by step**
|
@@ -56,15 +56,6 @@ https://huggingface.co/lokinfey/Phi-3.5-vision-instruct-onnx-cpu/blob/main/onnx/
|
|
56 |
6. Go to terminal
|
57 |
|
58 |
|
59 |
-
Convert ONNX support with FP16
|
60 |
-
|
61 |
-
|
62 |
-
```bash
|
63 |
-
|
64 |
-
python build.py -i .\Your Phi-3.5-vision-instruct Path\ -o .\vision-cpu-fp16 -p f16 -e cpu
|
65 |
-
|
66 |
-
```
|
67 |
-
|
68 |
|
69 |
Convert ONNX support with FP32
|
70 |
|
|
|
6 |
|
7 |
<b><ul>Note: This is unoffical version,just for test and dev.</ul></b>
|
8 |
|
9 |
+
This is the ONNX format FP32 quantized version of the Microsoft Phi-3.5 Vision with GPU. You can use run this script to convert
|
10 |
|
11 |
|
12 |
**Convert Step by step**
|
|
|
56 |
6. Go to terminal
|
57 |
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
Convert ONNX support with FP32
|
61 |
|