Back to Home

Installation

Get started with 1.ML by installing our SDK and CLI tools.

Prerequisites

  • Python 3.8 or higher
  • CUDA 11.0+ (optional, for GPU support)
  • pip or conda package manager

Python SDK

Install the 1.ML Python SDK using pip:

Terminal
pip install oneml

For GPU support with CUDA:

Terminal
pip install oneml[cuda]

CLI Installation

The CLI is included with the Python SDK. Verify installation:

$ oneml --version
1.ML CLI v2.4.1

Authentication

Authenticate with your API key:

oneml auth login --api-key YOUR_API_KEY

Or set the environment variable:

export ONEML_API_KEY=your_api_key_here

Next Steps