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
The issue is that these will still pull the latest changes from upstream. So to pin them to a particular commit, we can edit the requirements file after pip-compile is run and tack on the SHA to make the entry look like this:
After #371 , we still need to address VCS installs. These appear in the pip-compiled requirements file in the form of:
The issue is that these will still pull the latest changes from upstream. So to pin them to a particular commit, we can edit the requirements file after pip-compile is run and tack on the SHA to make the entry look like this:
I had a working version of this in this draft PR: https://github.com/NVIDIA/JAX-Toolbox/pull/271/files#diff-8386cfe5c29a3be212a911c9550a56c57420a17cae190b80f60e52c0ce265645R151-R175
At the moment I believe this logic can be added to pip-finalize.sh
The text was updated successfully, but these errors were encountered: