summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2025-01-16 09:39:16 +0100
committerGitHub <noreply@github.com>2025-01-16 09:39:16 +0100
commit6fd2f63a15353ceaac674165d13d2241589382e0 (patch)
tree4c00dda0658464b91cab5d489660e7101e223c6a /Cargo.toml
parentefd0e6822f4d0e2433f0ae02ba16f16cda834d97 (diff)
downloadcandle-6fd2f63a15353ceaac674165d13d2241589382e0.tar.gz
candle-6fd2f63a15353ceaac674165d13d2241589382e0.tar.bz2
candle-6fd2f63a15353ceaac674165d13d2241589382e0.zip
Bump the ug dependency. (#2720)
* Bump the ug dependency. * Fix some test. * Fix the ug test.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c551d65e..e8d1f769 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,9 +70,9 @@ tokenizers = { version = "0.19.1", default-features = false }
tracing = "0.1.37"
tracing-chrome = "0.7.1"
tracing-subscriber = "0.3.7"
-ug = "0.0.2"
-ug-cuda = "0.0.2"
-ug-metal = "0.0.2"
+ug = "0.1.0"
+ug-cuda = "0.1.0"
+ug-metal = "0.1.0"
yoke = { version = "0.7.2", features = ["derive"] }
zip = { version = "1.1.1", default-features = false }
metal = { version = "0.27.0", features = ["mps"]}