diff --git a/Cargo.toml b/Cargo.toml index 5da4ed42..5342d65a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,9 +70,9 @@ tokenizers = { version = "0.21.0", default-features = false } tracing = "0.1.37" tracing-chrome = "0.7.1" tracing-subscriber = "0.3.7" -ug = "0.2.0" -ug-cuda = "0.2.0" -ug-metal = "0.2.0" +ug = "0.3.1" +ug-cuda = "0.3.1" +ug-metal = "0.3.1" yoke = { version = "0.7.2", features = ["derive"] } zip = { version = "1.1.1", default-features = false } metal = { version = "0.27.0", features = ["mps"]} diff --git a/candle-core/Cargo.toml b/candle-core/Cargo.toml index d5d5bde0..ebd2c519 100644 --- a/candle-core/Cargo.toml +++ b/candle-core/Cargo.toml @@ -56,3 +56,7 @@ harness = false [[example]] name = "metal_basics" required-features = ["metal"] + +[[example]] +name = "cuda_basics" +required-features = ["cuda"]