Access an Instance
Access Instances with Ollama
Image
Ollama
ImageOnce your instance is launched, access it via WebUI
or JupyterLab
:
Once logged in, you'll have access to pre-installed software, such as Llama, JupyterLab, Python, and CUDA, to begin running your tasks.
Access Instances with Ubuntu
Image
Ubuntu
ImageUse an SSH client to connect to the instance with the provided key pair.
Once logged in, you'll have access to pre-installed software, such as cuDNN, NvidiaDriver, and CUDA, to begin running your tasks.
Running AI/ML Workloads
With JupyterLab and Python installed, you can run AI/ML tasks seamlessly by leveraging the GPU's power for fast model training and inference.
Example command to check GPU usage:
Last updated