Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 12237c3

Browse files
Drop duplicate installation instructions
This commit redirects the getting started guide to the proper installation instructions.
1 parent 83f59f3 commit 12237c3

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

docs/source/framework/pytorch_integration/getting_started.rst

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,7 @@ to express their operations and bridge the gap between research and engineering.
2626
Installation
2727
------------
2828

29-
We provide a :code:`conda` package for Tensor Comprehensions (only :code:`linux-64` package)
30-
to quickly get started with TC. Follow the steps below to install TC :code:`conda` package:
31-
32-
**Step 1:** Setup Anaconda
33-
Make sure :code:`conda` bin is in your :code:`$PATH`. To verify, run the following command:
34-
35-
.. code-block:: bash
36-
37-
$ which conda
38-
39-
This command should print the path of your :code:`conda` bin. If it doesn't,
40-
please activate :code:`conda` (see `installation`_).
41-
42-
**Step 2:** Install Tensor Comprehensions with Anaconda
43-
44-
Now, go ahead and install Tensor Comprehensions by running following command.
45-
46-
.. code-block:: bash
47-
48-
$ conda install -y -c pytorch -c tensorcomp tensor_comprehensions
49-
50-
You are now ready to start using Tensor Comprehensions with PyTorch. As an example,
51-
let's see a simple example of writing :code:`matmul` layer with TC in PyTorch.
29+
See instructions here: :ref:`installation_guide`.
5230

5331
Example
5432
-------

docs/source/installation.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _installation_guide:
2+
13
Installation Guide
24
==================
35

0 commit comments

Comments
 (0)