Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Fix torch serving and saving (again) #296

Merged
merged 1 commit into from
Jun 16, 2022
Merged

Fix torch serving and saving (again) #296

merged 1 commit into from
Jun 16, 2022

Conversation

mike0sv
Copy link
Contributor

@mike0sv mike0sv commented Jun 14, 2022

closes #295
closes #288

fix dtype inspection for torch
@mike0sv mike0sv requested a review from a team June 14, 2022 15:23
@codecov
Copy link

codecov bot commented Jun 14, 2022

Codecov Report

Merging #296 (ca16828) into main (b70975d) will decrease coverage by 0.08%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #296      +/-   ##
==========================================
- Coverage   90.32%   90.24%   -0.09%     
==========================================
  Files          77       77              
  Lines        5698     5707       +9     
==========================================
+ Hits         5147     5150       +3     
- Misses        551      557       +6     
Impacted Files Coverage Δ
mlem/contrib/numpy.py 98.29% <ø> (ø)
mlem/contrib/torch.py 92.39% <50.00%> (-5.20%) ⬇️
mlem/contrib/docker/context.py 86.85% <0.00%> (-0.58%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b70975d...ca16828. Read the comment docs.

Copy link
Contributor

@aguschin aguschin left a comment

Choose a reason for hiding this comment

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

🔥

@mike0sv mike0sv merged commit d6bcbc6 into main Jun 16, 2022
@mike0sv mike0sv deleted the fix/torch branch June 16, 2022 12:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed attempt to serve PyTorch model PyTorch model: Error on save
2 participants