Jay H
Jay H
Yeah I think something like this could be done. This is probably a sort of pandora's box (actually trying to manage installations), but definitely possible.
Thanks for this! See #45 for my comments.
awesome, thanks for posting these. for the latter error, is that thrown for any call to mpm, or just when installing?
Just set `device = torch.device('cpu')`
As it is currently, it searches file exchange first, and then github. You can pass `--github-first` or `-g` to search github first. Does that help with what you're looking for,...
Gotcha, this sounds like a pretty simple fix. Mostly just adding a new name-value argument, `-s` for `source`, and then updating the function `findUrl`. If you want to take a...
Could you include a working example that shows the error you're getting, including the stack trace? That would help me reproduce and then I could figure out what's going wrong