-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
good first issueGood for newcomersGood for newcomersroadmapPart of a roadmap projectPart of a roadmap project
Description
At present, result type of argsort is tensor of I32. It is better to be I64.
llama.cpp/ggml/src/ggml-cpu/ops.cpp
Lines 8648 to 8650 in b8e09f0
| for (int64_t j = 0; j < ne0; j++) { | |
| dst_data[j] = j; | |
| } |
I am trying to use ggml_set_rows, and finding that it uses indices of I64. This is the motivation of creating this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersroadmapPart of a roadmap projectPart of a roadmap project