Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinilm
Commits
73671c25
Commit
73671c25
authored
Sep 18, 2025
by
zhushuang
Browse files
fix: update InfiniLM-infiniopDequantize args to math IniniCore-infiniopDequantize
parent
6fa3a12a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/models/inference_context.cpp
src/models/inference_context.cpp
+1
-1
No files found.
src/models/inference_context.cpp
View file @
73671c25
...
...
@@ -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
));
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment