Skip to content

Commit

Permalink
Updated tt-tools-common; on BH smi will now exit with a non-zero exit…
Browse files Browse the repository at this point in the history
… code if reset fails

Signed-off-by: Daniel Rosen <[email protected]>
  • Loading branch information
TTDRosen committed Dec 13, 2024
1 parent 4c2d1c5 commit 7f3eaed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Dev
## 3.0.4 - 11/12/2024

### Changed

- Specifing `tt-smi -r` now resets all pci devices
- Updated tt-tools common; a failed reset now exists with a failcode

## 3.0.3 - 23/10/2024

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tt-smi"
version = "3.0.3"
version = "3.0.4"
description = "ncurses based hardware monitoring for Tenstorrent silicon"
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies = [
'jsons==1.6.3',
'pydantic>=1.2',
'pyluwen @ git+https://github.com/tenstorrent/[email protected]#subdirectory=crates/pyluwen',
'tt_tools_common @ git+https://github.com/tenstorrent/[email protected].8',
'tt_tools_common @ git+https://github.com/tenstorrent/[email protected].9',
'rich==13.7.0',
'textual==0.59.0',
'pre-commit==3.5.0',
Expand Down

0 comments on commit 7f3eaed

Please sign in to comment.