-
Notifications
You must be signed in to change notification settings - Fork 635
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove a hack to use `nvcc` provided from env variable. This was to support `ccache`, but is no longer needed with PyTorch 2.1+ * Write the `version.py` file (which provides `__version__`) when we build There was some complexity before, because we wanted the version for source-distr to not be re-calculated when we install. Now in the CI we set `version.txt` to the actual version and use that at build time. ghstack-source-id: 19a3d43b48f7b835c97b4fe13f50cb58e7e4d540 Pull Request resolved: https://github.com/fairinternal/xformers/pull/945 __original_commit__ = fairinternal/xformers@56c13f872bf139826739adf1dad7ba307cc666c8
- Loading branch information
xFormers Bot
committed
Nov 29, 2023
1 parent
5c4ee77
commit b631a0e
Showing
1 changed file
with
36 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters