[package] name = "standalone_gpu_test" version = "0.1.0" edition = "2021" [workspace] [features] default = ["cuda"] cuda = ["candle-core/cuda", "candle-nn/cuda"] [dependencies] anyhow = "1.0" candle-core = { version = "0.9.1", default-features = false } candle-nn = { version = "0.9.1", default-features = false } [[bin]] name = "gpu_test" path = "src/main.rs"