Skip to content

Commit

Permalink
Update Hugepages setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
milank94 committed Sep 26, 2024
1 parent 1f4dfc0 commit e9b6abb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions first_5_steps/1_install_tt_buda.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,22 @@ If you would like to run PyBuda in a Python virtualenv, then follow the instruct
### Setup HugePages

```bash
# Clone System Tools Repo
git clone https://github.com/tenstorrent/tt-system-tools.git
cd tt-system-tools
chmod +x hugepages-setup.sh
sudo ./hugepages-setup.sh

# Install `.deb`
wget https://github.com/tenstorrent/tt-system-tools/releases/download/upstream%2F1.1/tenstorrent-tools_1.1-5_all.deb
sudo dpkg -i tenstorrent-tools_1.1-5_all.deb

# Start Services
sudo systemctl enable --now tenstorrent-hugepages.service
sudo systemctl enable --now 'dev-hugepages\x2d1G.mount'

# System Reboot
sudo reboot
```

### PCI Driver Installation
Expand Down

0 comments on commit e9b6abb

Please sign in to comment.