forked from facebookresearch/xformers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ongoing work to integrate with torch.compile is incompatible with PyTorch being older than 2.2. ghstack-source-id: 0752f4dac317ef82538c0b8c988f1c95e28a37cb Pull Request resolved: fairinternal/xformers#1086 __original_commit__ = fairinternal/xformers@fce69ab
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Example requirement, can be anything that pip knows | ||
# install with `pip install -r requirements.txt`, and make sure that CI does the same | ||
torch >= 2.1 | ||
torch >= 2.2 | ||
numpy |