Replies: 1 comment
-
Hi @vijay120 Unfortunately this is not supported right now for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I have two remotes in repoA:
staging
andproduction
. I also have a repoB service which consumes models from repoA. repoB needs to consume the staging model in repoA for it's staging env and production model in repoA for it's production env. I usedvc get
to download the repoA model to repoB, but I cannot download the model based on the remote since it always downloads the default configured remote in repoA.Is there functionality where I can download models in another repo based on remote?
Thanks a lot and awesome tool!
Beta Was this translation helpful? Give feedback.
All reactions