Skip to content

Commit

Permalink
remove extraneous autocast disabling in fsq
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 4, 2024
1 parent c302cf3 commit 54d29e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vector-quantize-pytorch"
version = "1.17.2"
version = "1.17.3"
description = "Vector Quantization - Pytorch"
authors = [
{ name = "Phil Wang", email = "[email protected]" }
Expand Down
1 change: 0 additions & 1 deletion vector_quantize_pytorch/finite_scalar_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def indices_to_codes(self, indices):

return codes

@autocast('cuda', enabled = False)
def forward(self, z):
"""
einstein notation
Expand Down

0 comments on commit 54d29e8

Please sign in to comment.