We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235b951 commit 4303ce1Copy full SHA for 4303ce1
Formula/a/archgw.rb
@@ -25,6 +25,8 @@ class Archgw < Formula
25
depends_on "pytorch"
26
depends_on "rpds-py" => :no_linkage
27
28
+ pypi_packages exclude_packages: %w[certifi numpy pydantic-core rpds-py torch]
29
+
30
resource "accelerate" do
31
url "https://files.pythonhosted.org/packages/23/60/2757c4f03a8705dbf80b1268b03881927878dca5ed07d74f733fb6c219e0/accelerate-1.11.0.tar.gz"
32
sha256 "bb1caf2597b4cd632b917b5000c591d10730bb024a79746f1ee205bba80bd229"
0 commit comments