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
The torch.install and torch.gen tasks should act relative to the Application.app_dir of the configured torch application.
torch.install
torch.gen
Application.app_dir
The torch.gen tasks should throw errors when they are run at the top level of an umbrella application, like the phoenix.gen tasks do.
phoenix.gen
"** (Mix) mix phx.gen.html can only be run inside an application directory"
The text was updated successfully, but these errors were encountered:
cpjolicoeur
Successfully merging a pull request may close this issue.
The
torch.install
andtorch.gen
tasks should act relative to theApplication.app_dir
of the configured torch application.The
torch.gen
tasks should throw errors when they are run at the top level of an umbrella application, like thephoenix.gen
tasks do."** (Mix) mix phx.gen.html can only be run inside an application directory"
The text was updated successfully, but these errors were encountered: