Alexander Guschin

Results 147 issues of 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...

cml-runner
ui/ux

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

discussion

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? ![image](https://user-images.githubusercontent.com/6797716/167175302-d6992c1b-304d-4d9d-bb16-b1e21216526b.png)

type: enhancement
help wanted
good first issue
A: docs
p2-nice-to-have
C: guide

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

Add description @aguschin

upstream
build

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

serialization
❓ type: question

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

data-format
❓ type: question

# **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...

serve

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

ux
git
credentials
p1-high