Remix.run Logo
bityard 14 hours ago

I recommend installing uv first, then you can install any Python code you want inside a virtual environment to keep it isolated from the rest of the system.

danielhanchen 14 hours ago | parent [-]

Yep uv pip install unsloth works as well - we probably should have just made that the default - in fact Unsloth makes its own venv using UV if you have it dynamically

mmis1000 9 hours ago | parent | next [-]

I think the website should probably mention those installation preset in unsloth pyproject.toml though. The website instruct you to install dependencies separately. But it turns out there are dedicated preset that install specific rocm/cuda/xpu version in the project.

anentropic 3 hours ago | parent | prev [-]

or `uv tool install unsloth` for a safe 'global' installation