Installing SDK & CLI Tools
OmniTensor provides a robust SDK and CLI tools for developers to interact with the platform's infrastructure and deploy AI models or decentralized applications (dApps).
Install the OmniTensor SDK
Prerequisites:
Ensure you have Python 3.8+ installed.
Install
pip
(Python package manager).
Steps:
Install the SDK via pip:
After installation, initialize the SDK by configuring your API keys:
Set Up CLI Tools
The OmniTensor Command Line Interface (CLI) simplifies the interaction with OmniTensor’s decentralized infrastructure for tasks such as deploying AI models and managing nodes.
Steps:
Download and install the CLI tool.
Ensure you have the required permissions to execute the installer:
Move the CLI to a directory in your system's
PATH
:
Usage Example:
Authenticate your CLI with the following command:
Deploy a pre-trained AI model:
Check the status of your node or AI inference tasks:
Last updated