From 7085d826478501144de6ca726ba8ae4438279987 Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Thu, 27 Jun 2024 20:28:37 -0400 Subject: [PATCH 1/2] initial changes --- pages/datasci/deploy-worker-with-allocmd.mdx | 4 ++-- pages/datasci/walkthrough-hugging-face-worker.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/datasci/deploy-worker-with-allocmd.mdx b/pages/datasci/deploy-worker-with-allocmd.mdx index efc3d70..746a5d7 100644 --- a/pages/datasci/deploy-worker-with-allocmd.mdx +++ b/pages/datasci/deploy-worker-with-allocmd.mdx @@ -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. diff --git a/pages/datasci/walkthrough-hugging-face-worker.mdx b/pages/datasci/walkthrough-hugging-face-worker.mdx index eb53075..059a32d 100644 --- a/pages/datasci/walkthrough-hugging-face-worker.mdx +++ b/pages/datasci/walkthrough-hugging-face-worker.mdx @@ -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 From 62f3ba09711619d618035cee589dc97fbf034180 Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Thu, 27 Jun 2024 23:24:54 -0400 Subject: [PATCH 2/2] topic-fixes --- pages/datasci/build-and-deploy-worker-from-scratch.mdx | 2 +- pages/datasci/register-worker-node.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/datasci/build-and-deploy-worker-from-scratch.mdx b/pages/datasci/build-and-deploy-worker-from-scratch.mdx index f123609..81bffff 100644 --- a/pages/datasci/build-and-deploy-worker-from-scratch.mdx +++ b/pages/datasci/build-and-deploy-worker-from-scratch.mdx @@ -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}"] diff --git a/pages/datasci/register-worker-node.mdx b/pages/datasci/register-worker-node.mdx index e4f243c..952fd36 100644 --- a/pages/datasci/register-worker-node.mdx +++ b/pages/datasci/register-worker-node.mdx @@ -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 \