File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments