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

Replace Cloudpickle for Dill #103

Merged
merged 9 commits into from
Apr 21, 2021
Merged

Conversation

adriangonz
Copy link

Fixes #65

Changelog

  • Add new module under tempo.serve.loader to organise env, artifact and upload / download code better. Imports for the public API (i.e. everything not starting with _*) should still work as before.
  • Replace cloudpickle for dill. This required patching something in dill. Otherwise, serialisation wouldn't work in every case. This is related to Error with datetime.strftime uqfoundation/dill#219 .

@adriangonz adriangonz merged commit 8882be2 into SeldonIO:master Apr 21, 2021
@adriangonz adriangonz deleted the try-dill branch April 21, 2021 16:40
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.

Reinvestigate dill
1 participant