Getting Started with GPU
Deploy your first GPU instance and start running compute workloads.
Deploying a GPU Instance
- Log in at lexoya.com/login
- Choose your GPU configuration
- Select your software stack
- Deploy your instance
Using Your GPU
Check GPU Status
nvidia-smiRun a PyTorch Example
import torch
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
print(f"CUDA available: {torch.cuda.is_available()}")Monitor Performance
nvidia-smi --query-gpu=utilization.gpu,memory.used,temperature.gpu --format=csv -l 5Pricing
GPU instances are billed per second with hourly minimums. Pricing varies by GPU model and configuration. See the GPU overview for available plans and pricing in IRR.
FAQ
What GPU models are available? GPU plans include NVIDIA L4, A40, L40S, and A100 configurations. See the GPU overview for full details.
What software can I run? Any CUDA-compatible workload, including PyTorch, TensorFlow, and custom GPU applications.