▲ | Philpax 4 days ago | |||||||||||||||||||||||||||||||
Excellent benchmark. May I suggest a extension: "port any pre-uv Python ML codebase to uv so that it can actually be reliably reproduced"? | ||||||||||||||||||||||||||||||||
▲ | stared 4 days ago | parent [-] | |||||||||||||||||||||||||||||||
Here the tricky part is to make tests that it work correctly. I did this upgrade a few times, and works for simple stuff like charm (e.g. removing requirements.txt and adding proper pyproject.toml). Even in Claude Code, it takes some prompting and CLAUDE.md so that it consistently runs uv, rather sometimes `uv run python`, other times `python3 -m` being surprised that some dependency is not available. | ||||||||||||||||||||||||||||||||
|