|
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.9.0.tar.gz" |
5 | | - sha256 "a966fe3b99c397ce9b3192162984c7555b40a1fe22be3db91e28e05c8053047e" |
| 4 | + url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.9.1.tar.gz" |
| 5 | + sha256 "68876328e38cc1be97d6327acfa359496843f0513bcf626f8b3d6749c5818b5d" |
6 | 6 | license "Apache-2.0" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "81c9457792778ebc3510ef1773e8e89d1a68daf2766f153d4ca89d25d437162c" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "e62ee83ad6ad05907fe27a7a44b436736c0202894604a00e4453603c8a1e62ff" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "622857fe4c35eb365c7d12bc62a54c6ee9c31c5e7ee355b921a55840cbb8588a" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "df7eaea320c92543e601aecde2fc4c267a5478a59f400ddc6be0f03361fc45d4" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "ad0112d50c165440cf752c3309b532ff6f1474d56520aa44e6337da69897f0a2" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "40f0c917147f30ff7834c90530434094e932761f8e236a2c7ae0e3f9e17b8916" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "5ac9966a2a6232bf3326fdee03aa20dcc803a40bcfbb566efb66149b8ed5ec88" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2052d3641d11957d92b13014c63cf1633ce042e81d4684df0f3422a6ed4e614b" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "efd0d073bbbee9c3064ac61d9fcdcb4676f27b5c66c95091b20b69dcbb558594" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "666538621fef38fd6236bff4898d0f4cdba292360713cd07c2c1b201d88a8455" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "1cafae0d476f91dbb5a341113dbac99b27c7bbd4efa323f6af6f1137ce1deaac" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "fbc8913326b9a6193939c854776b3a7d655b6a52cd4d0adaafd54bc443834675" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "pkgconf" => :build |
|
0 commit comments