Skip to content
Closed
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
4 changes: 2 additions & 2 deletions Formula/t/text-embeddings-inference.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class TextEmbeddingsInference < Formula
desc "Blazing fast inference solution for text embeddings models"
homepage "https://huggingface.co/docs/text-embeddings-inference/quick_tour"
url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.7.4.tar.gz"
sha256 "62840db84a37fdcfdd8061b796c045a92afaa6591147df81deb621a1dd34bbd9"
url "https://github.com/huggingface/text-embeddings-inference/archive/refs/tags/v1.8.0.tar.gz"
sha256 "7b481e016d4a96d982bd068ff99804c6b97f2dde1fcdc1618f714069f3d2254c"
license "Apache-2.0"

bottle do
Expand All @@ -24,7 +24,7 @@
system "cargo", "install", *std_cargo_args(path: "router"), "-F", "candle", *args
end

test do

Check failure on line 27 in Formula/t/text-embeddings-inference.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew test --verbose text-embeddings-inference` failed on Linux x86_64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:54:in '<main>'
port = free_port
spawn bin/"text-embeddings-router", "-p", port.to_s, "--model-id", "sentence-transformers/all-MiniLM-L6-v2"

Expand Down
Loading