Skip to content

Commit

Permalink
[Docs] Fix mis-matched quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT authored Aug 19, 2024
1 parent 150e466 commit a79d106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ Always | FATAL | ncrisc build failed
If you got the above error, it means that SFPI or similar component build failed. First, make sure you have GIT LFS setup (e.g. sudo apt-get install git-lfs). Then, try to pull SFPI submodule manually:

```bash
cd third_party/tt-mlir/third_party/tt-metal/src/tt-metal
git submodule foreach 'git lfs fetch --all && git lfs pull
cd third_party/tt-metal/src/tt-metal
git submodule foreach 'git lfs fetch --all && git lfs pull'
```

Then, try to build again.
Expand Down

0 comments on commit a79d106

Please sign in to comment.