Alain Schaller
Alain Schaller
It would be great to be able with the command line to set how a fan is controlled like the view on the available fans. This way we could have...
Using the latest release `0.2.7`, I tried to import models that have been saved using `pytorch` like so `mlem import ckpt/best.pt ckpt/best` which produced the following error: ``` ❌ Unexpected...
Using the latest release `0.2.7`, I have initialized and imported a model and as a _target_, used a **S3 bucket** (`mlem init s3://bucket/awesome_project` followed by `mlem import ckpt/best.pkl s3://bucket/awesome_project/ckpt/best`). Then,...
In the promise call chain, avoid returning as resolution data an empty object as done the `saveSession` method. Therefore, add closure to return the middleware resolution data after the save...