From 47fafe2cce336a33e03b6de6301b1cabd405f18d Mon Sep 17 00:00:00 2001 From: Jeremy Reizenstein Date: Tue, 10 Nov 2020 13:04:57 -0800 Subject: [PATCH] Remove installation instructions from tutorial website. Summary: Now installation is a bit complicated, remove this instruction from the website and redirect to the notebooks themselves. Reviewed By: nikhilaravi Differential Revision: D24860588 fbshipit-source-id: 3bf1af3cdb69b564492fb01a5a5ba40203f3858e --- website/pages/tutorials/index.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index a2bd0bec..16ea77c6 100644 --- a/website/pages/tutorials/index.js +++ b/website/pages/tutorials/index.js @@ -58,12 +58,10 @@ class TutorialHome extends React.Component {

{' '} You can modify the code and experiment with varying different - settings. Remember to install pytorch, torchvision, fvcore and - pytorch3d in the first cell of the colab notebook by running:{' '} + settings. Remember to install the latest stable version of + pytorch3d and its dependencies. Code to do this with pip is + provided in each notebook.{' '}

- {bash`!pip install torch torchvision -!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'`} - This installs the latest stable version of PyTorch3D from github.

Run locally

{' '}