Skip to content

Commit 25c2f34

Browse files
haooooooqifacebook-github-bot
authored andcommitted
update install.md
Reviewed By: bottler, wanyenlo Differential Revision: D19658045 fbshipit-source-id: a623a81c1ed1fa4054ea55bf06a2926e297b7966
1 parent 659ad34 commit 25c2f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These can be installed by running:
2020
conda create -n pytorch3d python=3.6
2121
conda activate pytorch3d
2222
conda install -c pytorch pytorch torchvision cudatoolkit=10.0
23-
conda install -c conda-forge -c takatosp1 fvcore
23+
conda install -c conda-forge -c fvcore fvcore
2424
```
2525

2626
### Tests/Linting and Demos

packaging/build_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ setup_conda_pytorch_constraint
1212
setup_conda_cudatoolkit_constraint
1313
setup_visual_studio_constraint
1414
# shellcheck disable=SC2086
15-
conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:-} -c defaults -c conda-forge --no-anaconda-upload -c takatosp1 --python "$PYTHON_VERSION" packaging/pytorch3d
15+
conda build $CONDA_CHANNEL_FLAGS ${TEST_FLAG:-} -c defaults -c conda-forge --no-anaconda-upload -c fvcore --python "$PYTHON_VERSION" packaging/pytorch3d

0 commit comments

Comments
 (0)