Skip to content

Release v0.0.465

Latest

Choose a tag to compare

@tsingletaryTT tsingletaryTT released this 09 Jun 20:32
· 2 commits to main since this release
7554a98

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:

  1. Download tt-vscode-toolkit-0.0.465.vsix below
  2. In VSCode: Extensions → ⋯ → Install from VSIX
  3. 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.vsix

Prerequisites

  • 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

Documentation