Skip to content

v0.3.21 - Unsloth

Latest

Choose a tag to compare

@av av released this 28 Oct 18:00
· 1 commit to main since this release

Unsloth

image

Unsloth is a Jupyter Lab environment pre-configured with the Unsloth library for fast LLM fine-tuning. It provides 2x faster training with 70% less memory usage compared to standard fine-tuning methods, along with pre-loaded example notebooks for various fine-tuning tasks.

# Pull the pre-built image
# Image is ~7GB which is typical for CUDA-enabled environments
harbor pull unsloth

# Start the service (opens Jupyter Lab in browser)
harbor up unsloth --open

Full Changelog: v0.3.20...v0.3.21