Remix.run Logo
gessha 15 hours ago

I know the whole package system across most languages is a dumpster fire but for Python, uv solves a lot of problems.

uv init

uv add unsloth

uv run main.py % or whatever

danielhanchen 15 hours ago | parent [-]

Yep UV is fantastic - should have just that default!