Add model card (provenance + MIT/Apache-2.0 license)
Browse files
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/`.
|