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

add #include <string> to unicode.h #5051

Merged
merged 2 commits into from
Jan 21, 2024
Merged

add #include <string> to unicode.h #5051

merged 2 commits into from
Jan 21, 2024

Conversation

bobqianic
Copy link
Contributor

@bobqianic bobqianic commented Jan 20, 2024

When I was updating the tokenizer in whisper.cpp, I found that unicode.h lacks the #include <string> header, causing the CI to continuously fail.

Ref: https://stackoverflow.com/a/19836469

CI: https://github.com/ggerganov/whisper.cpp/actions/runs/7596844960/job/20691020011

unicode.h Outdated Show resolved Hide resolved
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
@cebtenzzre cebtenzzre merged commit 6c5629d into ggerganov:master Jan 21, 2024
38 of 44 checks passed
@bobqianic bobqianic deleted the unicode branch January 22, 2024 17:49
jordankanter pushed a commit to jordankanter/llama.cpp that referenced this pull request Feb 3, 2024
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
hodlen pushed a commit to hodlen/llama.cpp that referenced this pull request Apr 1, 2024
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants