Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/src/getting_started_build_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ This section goes over additional required dependencies. You may wish to check i
sudo apt install -y \
g++ \
libstdc++-12-dev \
libgmock-dev \
libnuma-dev \
libhwloc-dev \
doxygen \
Expand All @@ -132,13 +131,6 @@ wget -q https://github.com/dmakoviichuk-tt/mpi-ulfm/releases/download/v5.0.7-ulf
sudo apt install -y /tmp/openmpi-ulfm.deb
```

3. Export environment variables:

```bash
export PATH=/opt/openmpi-v5.0.7-ulfm/bin:$PATH
export LD_LIBRARY_PATH=/opt/openmpi-v5.0.7-ulfm/lib:$LD_LIBRARY_PATH
```

## Building the Environment
This is a one off step to build the toolchain and create a virtual environment for TT-Forge-FE. Generally, you need to run this step only once, unless you want to update the toolchain. Since TT-Forge-FE uses TT-MLIR, this step also builds the TT-MLIR environment (toolchain).

Expand Down Expand Up @@ -173,7 +165,7 @@ source env/activate
5. Initialize and update submodules:

```bash
sudo git submodule update --init --recursive -f
git submodule update --init --recursive -f
```

6. Build the environment:
Expand Down
Loading