Skip to content

Commit fad9a84

Browse files
committed
ggml 0.10.0
1 parent a5ba071 commit fad9a84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/g/ggml.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ggml < Formula
22
desc "Tensor library for machine learning"
33
homepage "https://github.com/ggml-org/ggml"
4-
url "https://github.com/ggml-org/ggml/archive/refs/tags/v0.9.11.tar.gz"
5-
sha256 "97b6f55df0e5d7c8f7528a443907752ff65c1c66bc0a3b71db2a0664e79c1982"
4+
url "https://github.com/ggml-org/ggml/archive/refs/tags/v0.10.0.tar.gz"
5+
sha256 "a344050fc15b0307826a6b0b480eda4b45bd6c5cdbe974cec6840be2c3b6c7d0"
66
license "MIT"
77
compatibility_version 1
88
head "https://github.com/ggml-org/ggml.git", branch: "master"
@@ -34,8 +34,8 @@ class Ggml < Formula
3434

3535
# Lengthy test so not worth installing. Shorter examples/tests haven't been ported to new DL backend
3636
resource "test-backend-ops.cpp" do
37-
url "https://raw.githubusercontent.com/ggml-org/ggml/refs/tags/v0.9.11/tests/test-backend-ops.cpp"
38-
sha256 "a05c5c1b61f88202af1f237975a68f290a807d50f93f2b539d9de7ca47633f30"
37+
url "https://raw.githubusercontent.com/ggml-org/ggml/refs/tags/v0.10.0/tests/test-backend-ops.cpp"
38+
sha256 "99e600136c9d49db24b624a181ca056cd8924140f04321e47b9c3b45143b6f67"
3939

4040
livecheck do
4141
formula :parent

0 commit comments

Comments
 (0)