Bump the ug dependency. (#2720)

* Bump the ug dependency.

* Fix some test.

* Fix the ug test.
This commit is contained in:
Laurent Mazare
2025-01-16 09:39:16 +01:00
committed by GitHub
parent efd0e6822f
commit 6fd2f63a15
2 changed files with 4 additions and 4 deletions

View File

@ -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"]}