Commit 73671c25 authored by zhushuang's avatar zhushuang
Browse files

fix: update InfiniLM-infiniopDequantize args to math IniniCore-infiniopDequantize

parent 6fa3a12a
......@@ -279,5 +279,5 @@ void InferenceContext::dequant(std::shared_ptr<Tensor> weight,
RUN_INFINI(infiniopDequantize(
desc, workspace, workspace_size,
weight->data(), in_w->data(), in_s->data(), in_z->data(), 0, 0, 0, stream));
weight->data(), in_w->data(), in_s->data(), in_z->data(), stream));
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment