support gpu

This commit is contained in:
Julian Freeman
2026-01-19 15:35:53 -04:00
parent 330a62027c
commit 2c89ef42b3
6 changed files with 61 additions and 27 deletions

View File

@@ -26,6 +26,6 @@ rayon = "1.10"
tauri-plugin-dialog = "2"
imageproc = "0.25"
ab_glyph = "0.2.23"
ort = { version = "=2.0.0-rc.11", features = ["load-dynamic"] }
ort = { version = "=2.0.0-rc.11", features = ["load-dynamic", "directml"] }
ndarray = "0.16"