Skip to content

Commit 9e37195

Browse files
authored
Merge pull request #251966 from Homebrew/bump-text-embeddings-inference-1.8.3
text-embeddings-inference 1.8.3
2 parents a320d06 + e3d61b3 commit 9e37195

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/t/text-embeddings-inference.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class TextEmbeddingsInference < Formula
22
desc "Blazing fast inference solution for text embeddings models"
33
homepage "https://huggingface.co/docs/text-embeddings-inference/quick_tour"
4-
url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.8.2.tar.gz"
5-
sha256 "b2c2efb245a6b308955cd4470b2cfef6c0584a840239a692896adbf7a70e86d0"
4+
url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.8.3.tar.gz"
5+
sha256 "778fcfbc98d12dd8d3a47b3a670a3a9fcb245385721f5095f36e31515d44bf7d"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f8455cc43cae70c599001cf00e603bcd22883d6943536818b2f6435e38d432f6"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "92ea3cbcfa2bb27f55fcff8b8af03be5c91ad8a6406d1fd142e8203bd9e9c1fa"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "86e8927ee419b2f68993caeb1769243904fc542849a7aaada9776e679c62a3d6"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d99c69b5b539b4e23fd5452f0e7a47f515bb5e97e52be6f3808c4f3d14d63031"
13-
sha256 cellar: :any_skip_relocation, sonoma: "dc5b0ac55e8eef6ca7d441cb7e93173a14f9b58a59e85863cf526b9f62f7bef3"
14-
sha256 cellar: :any_skip_relocation, ventura: "875d6fe52f81715e514ac2b724b24831fc5ff6d3daea9b7b7077b7fd7ea7f4b7"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "afb2eb2c30d221514252fbff9e59417f5a7cfbcf57be41e97612c765ed948bb0"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "711ddc3558d9ba583494bcaf4411e8018af9dbd6d2efcdffff5b2410369e253b"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "832f809af4b7b37398bca2edc0545e3aab38149bb22a676a027f92d2c2759f60"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd59feeb6cb0b596f93faaae2b64e9454accb2132d0092f195020c1084619f92"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "504bab41dca62d5f855646504a8bbc21b7439d7158abff4040b23c9889b1c2b1"
12+
sha256 cellar: :any_skip_relocation, sonoma: "997936782ae78f1bd10abc7ae3fd2ddfdccaf8f135be3a533c659bd1ad69392e"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "229d24b337d84a46750fc79d42aa9d5429521310a37a671b1874fa813f792c61"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f9636dff12382578075cc7b31d2ca5c153bcf9e095e63ff93c02d98dba0e731"
1715
end
1816

1917
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)