Skip to content

Commit 54d29e8

Browse files
committed
remove extraneous autocast disabling in fsq
1 parent c302cf3 commit 54d29e8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vector-quantize-pytorch"
3-
version = "1.17.2"
3+
version = "1.17.3"
44
description = "Vector Quantization - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "lucidrains@gmail.com" }

vector_quantize_pytorch/finite_scalar_quantization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def indices_to_codes(self, indices):
159159

160160
return codes
161161

162-
@autocast('cuda', enabled = False)
163162
def forward(self, z):
164163
"""
165164
einstein notation

0 commit comments

Comments
 (0)