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
4. After the setup script confirms Python and Docker, install `numerai-cli` via:
@@ -128,7 +128,7 @@ To use this tool you need:
128
128
to list the vCPU/mem presets available, then you can configure a node to use one of the presets via:
129
129
130
130
```shell
131
-
numerai node config -s mem-lg
131
+
numerai node config mem-lg
132
132
```
133
133
134
134
Your compute node is now setup and ready to run! When you make changes to your code or re-train your model,
@@ -148,7 +148,7 @@ To use this tool you need:
148
148
- The default example does _not_ make stake changes; please refer to the [numerapi docs](https://numerapi.readthedocs.io/en/latest/api/numerapi.html#module-numerapi.numerapi)
149
149
for the methods you must call to do this.
150
150
- You can view resources and logs in the AWS Console (region us-east-1) for your
0 commit comments