Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

GuppyLM GPU Caches

Public archive of pre-built PyTorch Inductor/Triton caches and source-built wheels for GuppyLM experiments.

These ZIP files are meant for short-lived spot GPU instances. Restore a matching cache before training to reduce repeated torch.compile and Triton warmup time.

Contents

  • torch_cache/: PyTorch Inductor cache.
  • triton_cache/: Triton kernel cache.
  • compiled_wheels/: locally built wheels such as Liger-Kernel.

Restore

python tools/gpu_cache_manager.py --mode restore

The restore command detects GPU, OS, CUDA, Python, and Torch version, downloads the best matching ZIP, extracts it to /workspace, and installs wheels from compiled_wheels/.

Caches are hardware and software-version sensitive. If there is no exact match, rebuild and upload a new cache.

Downloads last month
28