Skip to content

Commit 66be4ba

Browse files
author
Benjamin
committed
update dynamic bool
1 parent 852ccb2 commit 66be4ba

File tree

1 file changed

+1
-1
lines changed
  • src/compressed_tensors/quantization/observers

1 file changed

+1
-1
lines changed

src/compressed_tensors/quantization/observers/dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ class DynamicObserver(MemorylessObserver):
3232
Tensor.
3333
"""
3434

35-
DYNAMIC = False
35+
DYNAMIC = True

0 commit comments

Comments
 (0)