-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: split macos and linux cpu installation * doc: update * ci: ident removal * Update CONTRIBUTING.md Co-authored-by: Matteo Manica <[email protected]> * Update README.md Co-authored-by: Matteo Manica <[email protected]> * Update docs/source/gt4sd_inference_usage_md.md Co-authored-by: Matteo Manica <[email protected]> --------- Co-authored-by: Matteo Manica <[email protected]>
- Loading branch information
1 parent
d449b1b
commit 4872fbb
Showing
7 changed files
with
28 additions
and
11 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
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: gt4sd | ||
channels: | ||
- https://conda.anaconda.org/pytorch | ||
- https://conda.anaconda.org/nvidia | ||
- https://conda.anaconda.org/pyg | ||
- https://conda.anaconda.org/conda-forge | ||
dependencies: | ||
- python>=3.7,<3.9 | ||
- pip>=19.1,<20.3 | ||
- pytorch>=1.0,<=1.12.1 | ||
- cpuonly | ||
- pytorch-scatter<=2.0.9 | ||
- pip: | ||
- -r requirements.txt | ||
- -r cpu_requirements.txt | ||
- -r vcs_requirements.txt | ||
# development | ||
- -r dev_requirements.txt |
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