Installation
Requirements
- Python ≥ 3.10
- PyTorch ≥ 2.1
A CUDA-capable GPU is recommended for inference but not required for X-Cell Mini.
Install from PyPI
Install from Source
For development (linting, tests, type checking):
GPU Setup
X-Cell Mini runs comfortably on a single GPU with ≥8 GB VRAM. To verify PyTorch sees your GPU:
import torch
print(torch.cuda.is_available()) # True if GPU is available
print(torch.cuda.get_device_name()) # e.g. 'NVIDIA A100'