Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KNOWN BUG] AOTI Inference via cpp Runner bug #1429

Open
Jack-Khuu opened this issue Dec 19, 2024 · 1 comment
Open

[KNOWN BUG] AOTI Inference via cpp Runner bug #1429

Jack-Khuu opened this issue Dec 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working CI Infra Issues related to CI infrastructure and setup Known Gaps These are known Gaps/Issues/Bug items in torchchat triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@Jack-Khuu
Copy link
Contributor

🐛 Describe the bug

As of #1426, torchchat/main is failing 2 jobs related to AOTI inference via c++ runners.

Versions

fd1857a

@Jack-Khuu Jack-Khuu added bug Something isn't working Known Gaps These are known Gaps/Issues/Bug items in torchchat CI Infra Issues related to CI infrastructure and setup triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Dec 19, 2024
@Jack-Khuu Jack-Khuu self-assigned this Dec 19, 2024
@mikekgfb
Copy link
Contributor

Seems to be a problem in sentencepiece

const auto status = _processor->Load(tokenizer_path);
if (!status.ok()) {
fprintf(stderr, "couldn't load %s\n. If this tokenizer artifact is for llama3, please pass `-l 3`.", tokenizer_path.c_str());
exit(EXIT_FAILURE);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI Infra Issues related to CI infrastructure and setup Known Gaps These are known Gaps/Issues/Bug items in torchchat triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

2 participants