We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was following along the README with the example repo and created a .gto config file with contents:
type_allowed: [model, dataset] stage_allowed: [dev, stage, prod]
as described in the README.
However after creating the config file I'm getting errors when running gto commands.
# gto show ❌ Wrong config file '/Users/me/code/repos/model_registry/gto/gto_clone/.gto'
The text was updated successfully, but these errors were encountered:
Thanks, I'm fixing the readme. It should be
types: [model, dataset] stages: [dev, stage, prod]
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Was following along the README with the example repo and created a .gto config file with contents:
as described in the README.
However after creating the config file I'm getting errors when running gto commands.
The text was updated successfully, but these errors were encountered: