mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
## [1.7.2](https://github.com/stirling-image/stirling-image/compare/v1.7.1...v1.7.2) (2026-04-05)
### Bug Fixes
* use torch.cuda for GPU detection instead of onnxruntime providers ([8d2f401](https://github.com/stirling-image/stirling-image/commit/8d2f40151277c1e00a9ca20a6956e37d2c204d48))
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"name": "@stirling-image/docs",
|
|
"version": "1.7.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev .",
|
|
"docs:build": "vitepress build .",
|
|
"docs:preview": "vitepress preview ."
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.19.0",
|
|
"vitepress": "^1.1.4"
|
|
},
|
|
"license": "AGPL-3.0"
|
|
}
|