Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sentencepiece 0.2.0 #163638

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions Formula/s/sentencepiece.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Sentencepiece < Formula
desc "Unsupervised text tokenizer and detokenizer"
homepage "https://github.com/google/sentencepiece"
url "https://github.com/google/sentencepiece/archive/refs/tags/v0.1.99.tar.gz"
sha256 "63617eaf56c7a3857597dcd8780461f57dd21381b56a27716ef7d7e02e14ced4"
url "https://github.com/google/sentencepiece/archive/refs/tags/v0.2.0.tar.gz"
sha256 "9970f0a0afee1648890293321665e5b2efa04eaec9f1671fcf8048f456f5bb86"
license "Apache-2.0"
head "https://github.com/google/sentencepiece.git", branch: "master"

Expand All @@ -12,15 +12,13 @@ class Sentencepiece < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "da8c2f769a9e3fb9ca6ddb4733197e3e1e29f98a367358b51f7c6d746395945c"
sha256 cellar: :any, arm64_ventura: "e87ca15b0001e4f83f245683724d620bad421a568eb85cdfed53db941438a4cd"
sha256 cellar: :any, arm64_monterey: "37d69ef235e82f82414f1490cd60b71efc2be89850857a22ad38c4b3e72846c7"
sha256 cellar: :any, arm64_big_sur: "fa97fafd3633dbc1531169adbdbe36d9b39b13a94db6f44b9a719f14c59ba346"
sha256 cellar: :any, sonoma: "5278ede95775aa4809f02fe9081196f06bdfd5017fc58596a460300f33f05988"
sha256 cellar: :any, ventura: "15713cf96fc6eafd2c7b85748a784b9f14fbed557091427b83c35bb5d325632c"
sha256 cellar: :any, monterey: "7f88d1c72fff0ae96318ef9d00dd62ce8552b014109e3221f004ddef74db018b"
sha256 cellar: :any, big_sur: "79e0e90606d60e71c77e81d7704dae54f3cfc1fef62421dded430c326a487da9"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ce99d2fdf1b07079488bfc65ffc164e2ee20e20a9fdb0e4acbe993716b20721"
sha256 cellar: :any, arm64_sonoma: "be81111eedcf3e3052c9a5732545334e05e639266e65da1de411b4f9ae2ec087"
sha256 cellar: :any, arm64_ventura: "c01378960b8a4033dd3d46e91cd4d539efc0338a13e275c4c1e0e2a93cc5259d"
sha256 cellar: :any, arm64_monterey: "05052dcf7866538c81635dc87207357c0e76a01da049495877c876b6daa21851"
sha256 cellar: :any, sonoma: "5d089f589a58149a63856bda2f1f02374126c5790b07bc7af3eaa90ab70010f1"
sha256 cellar: :any, ventura: "79142fc5301e99ad6b9d21fc58a7a16b2b7761a97671e702695a2d284b65d6d9"
sha256 cellar: :any, monterey: "d1a724c96a74d152a278293a5d3b1d16c0b0f509fa439911c6388400897fb89d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b4a0c0c1c6be1bdc0df16dc56facca66fe989d5ede7a5728ea05577387beb368"
end

depends_on "cmake" => :build
Expand Down
Loading