lokinfey commited on
Commit
0c253db
1 Parent(s): 7dd7dc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -10
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 FP16/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,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