LiveCD distribution based on ArchLinux and currently includes the following projects preinstalled, along with their dependencies:
If you would like to see another AI-related project included in ToriLinux, please open an issue.
- Easy setup: just boot the ISO, and you will have a working setup for training and/or inferencing Large Language Models/Stable Diffusion/etc.
- Fully offline training and/or inference.
- Includes performance state switcher, which reduces GPU temperatures when inference is not running (only on NVIDIA,
automatic
,llama.cpp
,vllm
supported).
To use ToriLinux:
- Install Ventoy on a USB drive.
- Download the latest ISO from workflows and copy it to the USB drive.
- Boot from the USB drive (select it as the boot device in BIOS/UEFI).
- Log in with the username
tori
and passwordtori
. You can also use SSH.
The following options are currently available:
- Headless: Headless variant without GUI, for servers.
- With GUI: A variant with a GUI, for desktops.
- Empty: A variant WITHOUT projects, with CUDA/ROCm only.
Headless | With GUI | Empty | |
---|---|---|---|
NVIDIA | NVIDIA headless | NVIDIA with GUI | NVIDIA empty |
AMD | AMD headless | AMD with GUI | AMD empty |
Note: You need to be logged in to GitHub to download artifacts. You can use nightly.link to download artifacts without authorization.
Note that you need pre-downloaded models on a local hard drive or NFS server, or enough RAM and internet connection to download models directly into RAM.
Note that following projects is not available on ROCm version:
The server for building the ROCm version is provided by @Sepera-okeq.