←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. jpalomaki ◴[] No.42191442[source]
I've been using a combination of pyenv, venv and Poetry in the past.

Now I have switched to uv with new projects. No problems so far. I definitely recommend giving it a go.