Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
vkuzo committed Jan 22, 2025
1 parent 138883b commit ba045ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/dtypes/test_affine_quantized.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def get_quantization_functions(
)
)

# TODO(before land): revert this back, added due to lack of cuSparseLt in my env
if do_sparse and False:
if do_sparse:
base_functions.append(
int8_dynamic_activation_int8_weight(layout=SemiSparseLayout())
)
Expand Down

0 comments on commit ba045ea

Please sign in to comment.