Add provenance README
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: per-binary
|
| 4 |
+
tags:
|
| 5 |
+
- scrybl
|
| 6 |
+
- directml
|
| 7 |
+
- onnxruntime
|
| 8 |
+
- windows
|
| 9 |
+
library_name: scrybl
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Scrybl runtime: DirectML + ONNX Runtime (Windows x64)
|
| 13 |
+
|
| 14 |
+
The DirectML universal GPU runtime bundle Scrybl ships with — works on every modern Windows GPU (NVIDIA, AMD, Intel) as a vendor-neutral fallback. Installed installer-bundled today; in a future release [Scrybl Slim](https://scrybl.xyz) installs will pull this bundle from this repo on first launch instead of bundling the bytes inside the installer.
|
| 15 |
+
|
| 16 |
+
## Files
|
| 17 |
+
|
| 18 |
+
- — Microsoft DirectML runtime, [Microsoft.AI.DirectML](https://www.nuget.org/packages/Microsoft.AI.DirectML/) NuGet redistributable, MIT-equivalent terms.
|
| 19 |
+
- — ONNX Runtime 1.24.2, MIT licensed.
|
| 20 |
+
- — ONNX Runtime shared provider, MIT licensed.
|
| 21 |
+
|
| 22 |
+
Bytes are byte-identical to the upstream Microsoft / ONNX Runtime distributions. Attribution is unchanged.
|
| 23 |
+
|
| 24 |
+
## Provenance
|
| 25 |
+
|
| 26 |
+
- Microsoft DirectML: [github.com/microsoft/DirectML](https://github.com/microsoft/DirectML), distributed via NuGet.
|
| 27 |
+
- ONNX Runtime: [github.com/microsoft/onnxruntime](https://github.com/microsoft/onnxruntime), tagged release 1.24.2.
|