Skip to content

Commit

Permalink
Merge pull request #24 from allora-network/kush/allocmd-version
Browse files Browse the repository at this point in the history
initial changes
  • Loading branch information
kpeluso authored Jul 2, 2024
2 parents 80f0310 + 62f3ba0 commit b628b14
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pages/datasci/build-and-deploy-worker-from-scratch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ CMD ["allora-node", "--role=worker", \
"--private-key=/data/keys/priv.bin", \
"--log-level=debug", \
"--port=9011", \
"--topic=1", \
"--topic=allora-topic-1-worker", \
"--boot-nodes=/ip4/{head-ip}/tcp/{head-port}/p2p/{head-id}"]


Expand Down
4 changes: 2 additions & 2 deletions pages/datasci/deploy-worker-with-allocmd.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Using `pipx`:
pipx install allocmd
```

At the time of writing, the latest `allocmd` version is `2.0.3`:
At the time of writing, the latest `allocmd` version is `2.0.5`:
```shell
allocmd --version
allocmd version 2.0.3
allocmd version 2.0.5
```

> You can run `allocmd --help` to get general help or `allocmd [command] --help` to get help relating to a particular command.
Expand Down
2 changes: 1 addition & 1 deletion pages/datasci/register-worker-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allora-node \
--log-level=debug \
--port=9010 \
--boot-nodes=/dns4/heads.testnet.allora.network/tcp/9527/p2p/12D3KooWH9GerdSEroL2nqjpd2GuE5dwmqNi7uHX7FoywBdKcP4q \
--topic=1 \
--topic=allora-topic-1-worker \
--allora-chain-home-dir=/data/.allorad \
--allora-node-rpc-address=https://some-allora-rpc-address \
--allora-chain-key-name=mNodeKey \
Expand Down
4 changes: 2 additions & 2 deletions pages/datasci/walkthrough-hugging-face-worker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Using `pipx`:
pipx install allocmd
```

At the time of writing, the latest `allocmd` version is `2.0.3`:
At the time of writing, the latest `allocmd` version is `2.0.5`:
```bash
allocmd --version
allocmd version 2.0.3
allocmd version 2.0.5
```

## Initializing the worker for development
Expand Down

0 comments on commit b628b14

Please sign in to comment.