Releases: tenstorrent/tt-smi
Releases · tenstorrent/tt-smi
Release list
v5.3.1
🔄 Changes
- Add updated p100 dram training check (244) by @sbansalTT
- Add updated p100 dram training check (b64e555) by @sbansalTT
- Merge pull request #244 from tenstorrent/sbansal/p100_dram_status_update (d4c2d2a) by @sbansalTT
- pyproject.toml- updating version to 5.3.1 (1bf055b) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.3.1-2 (41f45ad) by @tenstorrent Releases
Contributors
@sbansalTT, @tenstorrent Releases
v5.3.0
🔄 Changes
- Display fan speed in RPM instead of percentage and add fan speed support for n300d and n150d (221) by @kikkiakki
- Add RESET_PCIE_LINK flag to galaxy systems for KMD versions which support it properly (238) by @sbansalTT
- Display fan RPM instead of fan speed as percentage (754f496) by @kikkiakki
- Add support for reporting n300d and n150d fan RPM (9692da1) by @kikkiakki
- Add fan RPM limits from fan datasheets (b4da60f) by @kikkiakki
- Merge pull request #221 from tenstorrent/n300d_n150d_fan_speed (d0fc254) by @sbansalTT
- Moved driver version checking and reset ioctl functionality from tt-tools-common to tt-smi (4a40a96) by @sbansalTT
- Added secondary bus reset check post kmd 2.7.0 on galaxys (898d2e6) by @sbansalTT
- Switch README install instructions to uv (ceaccb4) by @kaplanz
- Merge pull request #238 from tenstorrent/sbansal/reset_pcie_link (8b69164) by @sbansalTT
- pyproject.toml- updating version to 5.3.0 (aaf5b33) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.3.0-8 (22f2d8d) by @tenstorrent Releases
Contributors
@kikkiakki, @sbansalTT, @kaplanz, @tenstorrent Releases
v5.2.0
🔄 Changes
- Update UMD from 0.9.4 -> 0.9.5 (232) by @sbansalTT
- Update UMD from 0.9.4 -> 0.9.5 (c8c9342) by @sbansalTT
- Merge pull request #232 from tenstorrent/sbasnal/update_umd (2cb68e8) by @sbansalTT
- pyproject.toml- updating version to 5.2.0 (2ddd808) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.2.0-2 (3f7b693) by @tenstorrent Releases
Contributors
@sbansalTT, @tenstorrent Releases
v5.1.1
🔄 Changes
- Add missing CSS file in pyinstaller binary (231) by @sbansalTT
- add the missing css file to data (1ea0269) by @sbansalTT
- Sunset the debian build for tt-smi (1da1509) by @sbansalTT
- Merge pull request #231 from tenstorrent/sbansal/fix_pyinstaller (cbadf10) by @sbansalTT
- pyproject.toml- updating version to 5.1.1 (fe8d243) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.1.1-3 (a5b2ed1) by @tenstorrent Releases
Contributors
@sbansalTT, @tenstorrent Releases
v5.1.0
🔄 Changes
- Fix waiting on ethernet training when using
eth_train_skipoption (226) by @aleksamarkovicTT - Add GDDR FW version to FW table (229) by @sbansalTT
- Refactoring (230) by @sbansalTT
- Make the pyinstaller binaries actual release artifacts (228) by @sbansalTT
- Fix eth_train_skip option in UMD backend (0f1d224) by @aleksamarkovicTT
- even better (c8f2bc0) by @aleksamarkovicTT
- copilot review (669878e) by @aleksamarkovicTT
- Merge pull request #226 from tenstorrent/aleksamarkovic/fix_eth_wait (d59ef00) by @sbansalTT
- Add GDDR FW version to FW table (bbb3400) by @sbansalTT
- Merge pull request #229 from tenstorrent/sbansal/gddr_fw (26f0c60) by @sbansalTT
- Make the pyinstaller binaries actual release artifacts (9589305) by @sbansalTT
- Remove the deb packages from the release, but they are still part of the build all workflow (4d887f3) by @sbansalTT
- Move the reset parsing logic to its own file (982fd81) by @sbansalTT
- Rename files to not have unnecessary tt_smi_ prefix (1a66172) by @sbansalTT
- Merge pull request #230 from tenstorrent/sbansal/refactor_reset_input (66a088a) by @sbansalTT
- Merge pull request #228 from tenstorrent/sbansal/workflow_cleanup (0f166a8) by @sbansalTT
- pyproject.toml- updating version to 5.1.0 (1b23865) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.1.0-12 (9e6c0c5) by @tenstorrent Releases
Contributors
@aleksamarkovicTT, @sbansalTT, @tenstorrent Releases
v5.0.1
🔄 Changes
- Pyinstaller workflow addition (225) by @sbansalTT
- Fix for pull request finding 'CodeQL / Workflow does not contain permissions' (d098c4d) by @sbansalTT
- Added github workflow to create pyinstaller binary (36b9fdd) by @sbansalTT
- Merge pull request #225 from tenstorrent/sbansal/pyinstaller_build (a81ecf9) by @sbansalTT
- pyproject.toml- updating version to 5.0.1 (bee7f66) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.0.1-3 (9d24da9) by @tenstorrent Releases
Contributors
@sbansalTT, @tenstorrent Releases
v5.0.0
🔄 Changes
- Separate out all the frontend formatting logic into its own file (218) by @sbansalTT
- Add USER_RESET ioctl before and POST_RESET ioctl after IPMI reset (215) by @kikkiakki
- Add USER_RESET ioctl before and POST_RESET ioctl after IPMI reset (1f76564) by @kikkiakki
- Remove support for -glx_reset_tray (1f61c37) by @kikkiakki
- Separate out all the frontend formatting logic into its own file (35585d8) by @sbansalTT
- Merge pull request #218 from tenstorrent/sbansal/tt_smi_frontend_separation (f1c4e77) by @sbansalTT
- Merge pull request #215 from tenstorrent/galaxy-ipmi-reset-sequence (779d6ab) by @kikkiakki
- pyproject.toml- updating version to 5.0.0 (7086eea) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 5.0.0-5 (9abd68e) by @tenstorrent Releases
Contributors
@kikkiakki, @sbansalTT, @tenstorrent Releases
v4.2.0
🔄 Changes
- Exit with error when stdin is not a TTY (213) by @OctopusET
- CI tests (216) by @sbansalTT
- Add updated reset interfaces to tt-smi + UMD 0.9.4 update (214) by @sbansalTT
- Exit with error when stdin is not a TTY (7a1b995) by @OctopusET
- Merge pull request #213 from OctopusET/tty-check (340f594) by @kikkiakki
- Update tt-umd 0.9.3 -> 0.9.4 (590c467) by @sbansalTT
- Reset refactor: Update reset code to now accept UMD ID, PCI BDF, and /dev/tenstorrent targets. (c98f49d) by @sbansalTT
- Update topology discovery to ignore eth heartbeat check (2064164) by @sbansalTT
- Update README to reflect the new reset and list options (9037b0b) by @sbansalTT
- Update reset CI test to reflect the new inputs (9d8143b) by @sbansalTT
- Update THM_LIMITS -> THM_LIMIT_SHUTDOWN as per UMD 0.9.4 update (468c7a1) by @sbansalTT
- Update the snapshot test to check for either THM_LIMITS or THM_LIMIT_SHUTDOWN flag in telem (8af21b3) by @sbansalTT
- Update reset unit tests (5e524a0) by @sbansalTT
- Change the scope of devices to avoid ENODEV errors in CI (fd0bd31) by @sbansalTT
- Merge pull request #216 from tenstorrent/sbansal/ci_tests (9944be2) by @sbansalTT
- Update UMD topology discovery options and add it to constants (972cc6d) by @sbansalTT
- Reattached eth_train_skip option post reset with the new topology options (0fe9e1b) by @sbansalTT
- Merge pull request #214 from tenstorrent/sbansal/test_new_reset_interfaces (f5afe64) by @sbansalTT
- pyproject.toml- updating version to 4.2.0 (ca3edf9) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 4.2.0-15 (b2f146b) by @tenstorrent Releases
Contributors
@OctopusET, @kikkiakki, @sbansalTT, @tenstorrent Releases
v4.1.2
🔄 Changes
- add option --eth_train_skip, which enables skipping eth training (197) by @danieldegrasse
- add option --eth_train_skip, which enables skipping eth training (d628952) by @danieldegrasse
- Merge pull request #197 from danieldegrasse/feature/skip-eth-wait (d5787ce) by @sbansalTT
- pyproject.toml- updating version to 4.1.2 (6a8d650) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 4.1.2-2 (eb135dc) by @tenstorrent Releases
Contributors
@danieldegrasse, @sbansalTT, @tenstorrent Releases
v4.1.1
🔄 Changes
- Lock UMD version at 0.9.3 till issues with latest is solved (211) by @sbansalTT
- GUI: Update dram status for FW version >= 19.7.0.3 to include BIST errors (210) by @sbansalTT
- Lock UMD version at 0.9.3 till issues with latest is solved (481016c) by @sbansalTT
- Merge pull request #211 from tenstorrent/sbansal/umd_lock (d880eff) by @sbansalTT
- GUI: Update dram status for FW version >= 19.7.0.3 to include BIST errors (f549592) by @sbansalTT
- Consolidate the fw_bundle_logic for both umd and luwen (97114cf) by @sbansalTT
- Merge pull request #210 from tenstorrent/sbansal/fix_dram_reporting (823b7b6) by @sbansalTT
- pyproject.toml- updating version to 4.1.1 (0ba41ef) by @tenstorrent Releases
- Generating Ubuntu & Debian Changelog for 4.1.1-5 (459b8f0) by @tenstorrent Releases
Contributors
@sbansalTT, @tenstorrent Releases