What Happened
Pantheon tests GPU compute, memory, cache, interconnect, and power behavior. Run focused workloads, capture telemetry, results for comparison.
The Debian package is the simplest installation path for Ubuntu and Debian systems.
sudo apt-get update sudo apt-get install -y make g++ Then install the compiler platform. :
sudo apt-get install -y nvidia-cuda-toolkit sudo apt-get install -y hipcc 2. Install Pantheon Download and install the latest Debian package:
Why It Matters
VERSION=1.0.14 wget "https://github.com/saqibkh/pantheongpu_website/releases/download/v${VERSION}/pantheongpu_${VERSION}_amd64.deb" sudo apt install "./pantheongpu_${VERSION}_amd64.deb" To uninstall the Debian package later:
sudo apt-get remove pantheongpu 3. Verify the installation Run a short hardware inventory test:
pantheon --test baseline_metrics --duration 10 Then run a targeted stress 0:
pantheon --test fp64_virus --duration 30 --gpu 0 Note
What Comes Next
Pantheon automatically detects CUDA, ROCm/HIP, . Run the pantheon command directly; --platform cuda.
The native package command above removes Pantheon's package-managed files. To also remove runtime-created current user's compiled workload cache, or to remove a portable installation on RHEL, Fedora, Rocky Linux, AlmaLinux, or another Linux distribution, run:
curl -fsSL https://pantheongpu.com/uninstall.sh | leaves CUDA, ROCm, system compilers, and benchmark reports stored outside Pantheon's installation and cache directories untouched.
The release bundle contains the Debian package and an install.sh helper for RHEL-family distributions.
VERSION=1.0.14 wget "https://github.com/saqibkh/pantheongpu_website/releases/download/v${VERSION}/pantheongpu_${VERSION}_amd64.tar.gz" tar -xzf "pantheongpu_${VERSION}_amd64.tar.gz" cd "pantheongpu_${VERSION}_amd64" sudo apt install "./packages/pantheongpu_${VERSION}_amd64.deb" Uninstall a Debian package installation with:
sudo apt-get remove pantheongpu On RHEL-family systems, install the portable bundle with sudo ./install.sh. Remove that installation with:
sudo rm -f /usr/local/bin/pantheon && sudo rm -rf /opt/pantheongpu Use the complete-removal command current user's compiled workload cache.
Explore more: Software & AI Guide