tt-vscode-toolkit v0.0.465
Installation
VS Code Marketplace (Recommended):
code --install-extension Tenstorrent.tt-vscode-toolkit
Or search TT Developer Toolkit in the Extensions panel.
Manual VSIX install:
- Download
tt-vscode-toolkit-0.0.465.vsixbelow - In VSCode: Extensions → ⋯ → Install from VSIX
- Open the welcome page:
Ctrl+Shift+P→ "Tenstorrent: Show Welcome Page"
From Source:
git clone https://github.com/tenstorrent/tt-vscode-toolkit.git
cd tt-vscode-toolkit
git checkout v0.0.465
npm install
npm run build
npm run package
code --install-extension tt-vscode-toolkit-0.0.465.vsixPrerequisites
- Tenstorrent hardware (N150, N300, T3K, P100, P150, or Galaxy)
- Linux (Ubuntu 20.04+, RHEL 8+)
- Python 3.10+
- VSCode 1.93+
- tt-metal installed and configured
What's New
See CHANGELOG.md