Skip to content

Commit 76a338d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f06212 commit 76a338d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

transformer_engine/pytorch/csrc/quantizer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,7 @@ Float8BlockQuantizer::Float8BlockQuantizer(const py::handle& quantizer) : Quanti
540540
this->all_gather_usage = quantizer.attr("all_gather_usage").cast<bool>();
541541
}
542542

543-
void Float8BlockQuantizer::set_quantization_params(TensorWrapper* tensor) const {
544-
}
543+
void Float8BlockQuantizer::set_quantization_params(TensorWrapper* tensor) const {}
545544

546545
std::pair<TensorWrapper, py::object> Float8BlockQuantizer::create_tensor(
547546
const std::vector<size_t>& shape, DType dtype) const {

0 commit comments

Comments
 (0)