We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6473b commit 1f328a8Copy full SHA for 1f328a8
Formula/omlx.rb
@@ -1,8 +1,8 @@
1
class Omlx < Formula
2
desc "LLM inference server optimized for Apple Silicon"
3
homepage "https://github.com/jundot/omlx"
4
- url "https://github.com/jundot/omlx/archive/refs/tags/v0.2.3.post4.tar.gz"
5
- sha256 "3b7bdc2ffab7e245c543487e19225f6e73e350fda12659d754182fdd2282ed80"
+ url "https://github.com/jundot/omlx/archive/refs/tags/v0.2.4.tar.gz"
+ sha256 ""
6
license "Apache-2.0"
7
8
depends_on "python@3.11"
omlx/_version.py
@@ -1 +1 @@
-__version__ = "0.2.3.post4"
+__version__ = "0.2.4"
0 commit comments