Use torch by default

This commit is contained in:
Gadersd
2023-08-24 17:12:53 -04:00
committed by Ben_Kosytorz
parent d4afd71fda
commit 167e45fc30
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"]