←back to thread

Using uv with PyTorch

(docs.astral.sh)
167 points charliermarsh | 1 comments | | HN request time: 0s | source
Show context
paradite ◴[] No.42191360[source]
I was just getting used to pipenv and pyenv combo.

Is this worth switching to?

replies(5): >>42191409 #>>42191442 #>>42191833 #>>42192248 #>>42192347 #
1. silvester23 ◴[] No.42191833[source]
I would also say absolutely. We've been using pipenv for ~6 years and have managed to build a pretty good workflow around it. But uv is just _so much faster_. So we've started moving everything over to uv and I don't think we'll ever look back.

Migrating is not super hard, we wrote a small script that moves all the information from a Pipfile to a pyproject.toml and it works like a charm.