Skip to content

Instantly share code, notes, and snippets.

@acidsound
Last active August 19, 2025 13:59
Show Gist options
  • Select an option

  • Save acidsound/d5088f389a3b847ed62c31b67c8ae182 to your computer and use it in GitHub Desktop.

Select an option

Save acidsound/d5088f389a3b847ed62c31b67c8ae182 to your computer and use it in GitHub Desktop.
unsloth 학습환경
uv venv venv --python 3.11
venv\Scripts\activate 
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124                           
uv pip install --no-deps trl peft accelerate bitsandbytes
uv pip install -U xformers --index-url https://download.pytorch.org/whl/cu124
uv pip install --upgrade --no-cache-dir git+https://github.com/unslothai/unsloth.git
uv pip install unsloth-zoo
uv pip install -U triton-windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment