Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Dec 12, 2023
1 parent f238c3b commit 0760ab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/contrib/cutlass/weight_preprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ TVM_REGISTER_GLOBAL("cutlass.symmetric_quantize").set_body_typed([](NDArray weig
std::vector<size_t>{static_cast<size_t>(num_experts), static_cast<size_t>(rows),
static_cast<size_t>(cols)},
true);
// out_weight.CopyFromBytes(output_cpu.data(), output_cpu.size());
// out_scale.CopyFromBytes(scales_cpu.data(), scales_cpu.size() * sizeof(half));
return Array<NDArray>{out_weight, out_scale};
});

Expand Down

0 comments on commit 0760ab0

Please sign in to comment.