WebWorldWide commited on
Commit
dc7cc3b
·
verified ·
1 Parent(s): 94c14bf

Add model card (provenance + MIT/Apache-2.0 license)

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - onnxruntime
5
+ - openvino
6
+ - fileid
7
+ ---
8
+
9
+ # FileID — ONNX Runtime OpenVINO Performance Pack (Windows x64)
10
+
11
+ `ort-openvino-win-x64-1.22.0.zip` — a self-contained **ONNX Runtime 1.22.0** +
12
+ **Intel OpenVINO 2025.1** runtime, used by [FileID](https://github.com/AdamNolle/FileID)
13
+ to run its on-device scan pipeline on Intel GPUs/NPUs instead of DirectML.
14
+
15
+ Assembled verbatim from official PyPI wheels (`onnxruntime-openvino==1.22.0` +
16
+ `openvino==2025.1.0`), version-matched to FileID's ORT build.
17
+
18
+ ## License
19
+ - ONNX Runtime — **MIT**
20
+ - Intel OpenVINO + oneDNN + oneTBB — **Apache-2.0**
21
+
22
+ Both permit redistribution in a commercial open-source app. Full license texts
23
+ and third-party notices are bundled inside the zip under `licenses/`.