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

Update sentencepiece to 0.1.98 #32

Merged
merged 3 commits into from
May 28, 2023
Merged

Conversation

danieldk
Copy link
Contributor

@danieldk danieldk commented Apr 29, 2023

Description

Update sentencepiece to 0.1.98

Warning: do not merge or review:

  • Check that all wheels build with the C++17 requirement.
  • Check that there are no regressions in accuracy.
  • Clean up history.

Types of change

Enhancement

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

@danieldk danieldk marked this pull request as ready for review May 24, 2023 06:48
@danieldk
Copy link
Contributor Author

Since this targets main and main is now a development branch, it should be safe to do this update.

shell: bash

- name: Install test dependencies
run: pip install -r requirements.txt
run: python -m pip install -r requirements.txt

- name: Run pytest
run: python -m pytest --pyargs cutlery
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder if it'd make sense for us to also run the SentencePiece library's unit tests.

It'll probably be a hassle to build the library and the bindings, though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, I think building the module will be buggy/error prone, so probably not worth it.

@danieldk danieldk merged commit 8006962 into main May 28, 2023
18 checks passed
@danieldk danieldk deleted the feature/sentencepiece-0.1.98 branch May 28, 2023 11:51
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.

None yet

2 participants