You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to initialize our virtual environment with --system-site-packages (for torch). I can't seem to find a way to do it with this setup-uv github action. Am I missing something? If not it would be great to add this.
The text was updated successfully, but these errors were encountered:
Hi. I need to rehaul the whole venv activation stuff because it is currently not covering all usecases and a bit tricky to get right. Can you please provide more information on your usecase? A full example of your current workaround would be quite helpful. I am imagining that you can initialize the venv manually in a way like #124 (comment)
Hey @eifinger. Yes, I do a similar thing. The use-case is that many machine learning libraries (eg. torch, flash-attn, triton, etc..) need to be installed in system site packages (and are often part of pre-built Nvidia docker images).
We need to initialize our virtual environment with
--system-site-packages
(fortorch
). I can't seem to find a way to do it with thissetup-uv
github action. Am I missing something? If not it would be great to add this.The text was updated successfully, but these errors were encountered: