"...text-generation-inference.git" did not exist on "30620a9a44c3e1357d4f9e9a84b00fa1ede011cc"
Commit 47fafe2c authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

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
parent de7af4a7
......@@ -58,12 +58,10 @@ class TutorialHome extends React.Component {
<p>
{' '}
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.{' '}
</p>
<MarkdownBlock>{bash`!pip install torch torchvision
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'`}</MarkdownBlock>
This installs the latest stable version of PyTorch3D from github.
<h3> Run locally </h3>
<p>
{' '}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment