mlem icon indicating copy to clipboard operation
mlem copied to clipboard

🐶 A tool to package, serve, and deploy any ML model on any platform. Archived to be resurrected one day🤞

Results 183 mlem issues
Sort by recently updated
recently updated
newest added

Testing out `mlem` I ran `mlem --help` and saw the examples: ``` Examples: $ mlem init $ mlem list https://github.com/iterative/example-mlem $ mlem clone models/logreg --project https://github.com/iterative/example-mlem --rev main logreg $...

A: docs
ux
cli

I was investigating how we can add help to `-c` options. I was able to do this (but in a bit nasty way) You can check it out with `mlem...

This also contains commits from `new POC` branch.

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,...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | patch | `v3.0.7` -> `v3.0.8` | ---...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...

:house_with_garden: housekeeping

Feedback from @daavoo > Why store everything in `.mlem`? How can I choose the output folder? I discovered `external` in project structure page, perhaps worth explicit mention? This brings us...

.mlem/
❓ type: question