Alexander Guschin
Alexander Guschin
The error `RequestError [HttpError]: Resource not accessible by integration` is raised when you use incorrect secret (I've used `secrets.GITHUB_SECRET` instead of a personal access token with repo+workflow permissions). Unfortunately I...
DVC repo has great issue templates https://github.com/iterative/dvc/issues/new/choose, which could be useful for this repo as well. The one for the bug report has a good structure which helps to frame...
I've found this page that seems to be missing in dvc.org sidebar: https://dvc.org/doc/user-guide/privacy Was it hidden for a reason or it should be added to the sidebar? 
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...
> Register "mlem" at snap, choco, brew, conda, apt-get, yum and other indexes We have release on PyPi. We definitely need conda-forge. DVC have number of other distribution channels, like...
Would be cool if we could add hardware requirements for inference to `.mlem` file. Something like "to run this NN you need GPU with 8GB of Ram (for batch size...
Once "model" part of MLEM is more mature, we'll need to consider how to develop its "data" part. Posting @daavoo feedback on this: > **Why** MLEM handles datasets? What are...
# **Serving models** - Find the `apply-remote` API confusing. Could `mlem serve` return a unique ID or something easier to reference? ```bash mlem serve rf fastapi ... Created `fancy-id-rf` mlem...
Right now we only support authentication in GH with GITHUB_USERNAME and GITHUB_TOKEN pair provided as env vars. We should support other methods too. By authentication I mean ability to load...