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

bug: transformers save_model and load_model tasks conflict #3377

Open
aarnphm opened this issue Dec 22, 2022 · 0 comments
Open

bug: transformers save_model and load_model tasks conflict #3377

aarnphm opened this issue Dec 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@aarnphm
Copy link
Member

aarnphm commented Dec 22, 2022

Describe the bug

Transformers save_model currently check for task_name and task_definition to be not None to pickle custom pipelines.

This behaviour should be consistent with load_model

To reproduce

See bentoml/_internal/frameworks/transformers.py#load_model,save_model

Expected behavior

No response

Environment

na

@aarnphm aarnphm added the bug Something isn't working label Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant