Skip to content

Commit

Permalink
[FIX][__INIT__ ERROR IN ZETA.NN.QUANT]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Aug 13, 2024
1 parent a560e1a commit 6cf96e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ __pycache__/
data
# Distribution / packaging
.Python
.DS_Store
build/
.ruff_cache
.vscode
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zetascale"
version = "2.6.1"
version = "2.6.2"
description = "Rapidly Build, Optimize, and Train SOTA AI Models"
authors = ["Zeta Team <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion zeta/nn/quant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from zeta.nn.quant.quick import QUIK
from zeta.nn.quant.ste import STE

__all__ = [d
__all__ = [
"QUIK",
"absmax_quantize",
"BitLinear",
Expand Down

0 comments on commit 6cf96e8

Please sign in to comment.