You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/numerai/example-scripts/compute-lite-example on jakev/deploy*
$ numerai node config --help
Model name:
prompts me for the model name, this makes me think --help is an unsupported flag and that its going to config / deploy / test the node.
I then Ctrl+C the command because I dont want to run the config flow.
Instead, when I enter the model name I get the help output, so --help is supported, it just prompts for an unnecessary model name somewhere in the code.
$ numerai node config --help
Model name: raynos
Usage: numerai node config [OPTIONS]
Uses Terraform to create a full Numerai Compute cluster in AWS. Prompts for
your AWS and Numerai API keys on first run, caches them in $HOME/.numerai.
At the end of running, this will output a config file 'nodes.json'.
The text was updated successfully, but these errors were encountered:
The actual config flow will not run after entering the model name, the node wrapper command just handles loading the nodes.json. Will try to include a fix for this in the next release, though.
Running the
--help
command likeprompts me for the model name, this makes me think
--help
is an unsupported flag and that its going to config / deploy / test the node.I then Ctrl+C the command because I dont want to run the config flow.
Instead, when I enter the model name I get the help output, so
--help
is supported, it just prompts for an unnecessary model name somewhere in the code.The text was updated successfully, but these errors were encountered: