Skip to content

Conversation

@thxCode
Copy link
Contributor

@thxCode thxCode commented Feb 17, 2025

Make sure to read the contributing guidelines before submitting a PR

implement support_op in RPC client.

not sure if this is a good approach to achieve.

@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Feb 17, 2025
Comment on lines +1525 to +1530
std::string key = op->name;
key += std::to_string(op->type);
for (int i = 0; i < GGML_MAX_DIMS; i++) {
key += std::to_string(op->ne[i]);
}
key += std::to_string(op->op);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be enough to distinguish one tensor?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thxCode, you may ask @rgerganov about rpc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants