To avoid dependency conflicts and keep your environment clean, create and activate a Python virtual environment before installing any packages:
python3 -m venv venv
source venv/bin/activatepython -m venv venv
venv/Scripts/activatepython3 -m pip install alith -Upython -m pip install alith -UBefore running the inference script, ensure you have an inference server running either:
- Locally on your machine, or
- In a Trusted Execution Environment (TEE) Cloud
The inference server must be registered with LazAI.
export PRIVATE_KEY=<your wallet private key>python inference.py