|
1 | 1 | class TextEmbeddingsInference < Formula |
2 | 2 | desc "Blazing fast inference solution for text embeddings models" |
3 | 3 | homepage "https://huggingface.co/docs/text-embeddings-inference/quick_tour" |
4 | | - url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.6.1.tar.gz" |
5 | | - sha256 "8a24e1b2d5fdc579edb4aae0de25aff58d158aa3e5f6e8a9d36a003361a79c19" |
| 4 | + url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.7.0.tar.gz" |
| 5 | + sha256 "f8aa773a15e15bbbd4b793aa79fe65c16bc50c52e7aa710690a7a312c69d159c" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "47307a332190f9916f0e0cef44ae0c121bb831521cf9b3eaea4c4b19a6d3f2b7" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b0e114f66cfc66d971932cd1d05fb1f2b5ac567f396a9b2703a19894e125436" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "9ac52d206adf73d7524ddd2dea95d9bb5dbabb36a3c0e6b319249123a2e28b9f" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "27611f04b051a224d23ec2900578b9bd0b77f978924f03b957cdcce43b2b41e6" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "7af64fc35e917019777c8bd793e150d48c7920c90286fa8a88b15c5fac44755a" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "2e8ca8ccdb536b67241628c5901395407d58b8aaeda6841519bb59b66b6d8be0" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "5419379ed0041789ecf91ee501c408989c7dc41699f7fe3eac166965f33c2ae1" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b31c7b07243ae9eac43a5720ea5a0c943478130a6774b2ab37dd9433607878cb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac1df833c4b595c2306fbd150c94d7471f3c462bd22937e8558834e11ff76a2b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "3cfff674ba4adc56cb746ef985e6ccd173d0b84b1c0774ce313ad6971dcf84e3" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "7d328ee1717b4c6b3779a2e372fa92385e1513154b97eb91741e4b5206f1bc25" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "d620ccac5d7b693d860e249e705d5e21dd044b45c42309f8cff5b31c2515a696" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "c452f485510827673e684f809e9faad64298b823ec87860c0b5c9cbc6adc26d8" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fe08f0101ab2c50c64e636f04546339bc95392522fe569676c7fa4b4ff5d80f6" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments