Skip to content

[REQUEST] Tips for implementing custom models with ggml #655

Answered by ggerganov
astariul asked this question in Q&A
Discussion options

You must be logged in to vote

Do you get the correct values if you make the graph to have only the ggml_get_rows operation?

The reason I'm asking is because further operations can overwrite the results of previous ops, so if you are looking at the ggml_get_rows memory after computing the graph, you could be looking at new values generated from the next operations in the graph. So first step is to remove all other ops and make sure that result is expected.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@astariul
Comment options

Answer selected by astariul
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants