Use torch by default

This commit is contained in:
Gadersd
2023-08-24 17:12:53 -04:00
parent 1830756917
commit a62795347f
2 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["wgpu-backend"]
default = ["torch-backend"]
torch-backend = ["burn-tch"]
wgpu-backend = ["burn-wgpu"]