Releases: tenstorrent/tt-installer
Releases · tenstorrent/tt-installer
v2.0.0
🔄 Changes
- Add --log-driver none to the tt-metalium and tt-metalium-models scripts (96) by @owainkenwayucl
- Remove half of codebase (100) by @knauth
- Add --log-driver none to the tt-metalium and tt-metalium-models scripts (c8cdd6a) by @owainkenwayucl
- Fully deprecate Ubuntu 20 (cc52c05) by @knauth
- Remove "manual_install_*" and SW version fetch (f2b3c99) by @knauth
- Consolidate package installation using argument parsing (efc89f0) by @knauth
- Make repo install the default (0391048) by @knauth
- Use an array mapping for packages (cbffd1a) by @knauth
- Set PKG_MANAGER based on distro (050b494) by @knauth
- Merge branch 'main' into full-repo-installation (e77bc8a) by @knauth
- Act on PYTHON_CHOICE in noninteractive mode (06e7ec0) by @knauth
- Remove double "install" from PYTHON_INSTALL_CMD (5ce0fb5) by @knauth
- Remove backwards compatibility environment variables (1827e35) by @knauth
- Merge pull request #96 from owainkenwayucl/main (35f252c) by @knauth
- Update tests to use arguments (5f0b3cf) by @knauth
- Add wget to base packages (467a060) by @knauth
- Add fetch_version for FW (450162b) by @knauth
- Add apt update to TT repo install step (7cbbf5e) by @knauth
- Add correct repo on Debian systems (1faebcd) by @knauth
- Don't install hugepages on Deb/Ubt CI runners (050e898) by @knauth
- Use apt-get instead of apt (28f74b8) by @knauth
- Fix shellcheck errors (3a7f77a) by @knauth
- Update install.m4 (ff16530) by @knauth
- Call install_inference_server in main (d2b0423) by @knauth
- Update install.m4 (fa22952) by @knauth
- Fix path of tt-pkg-key (8d8d1e5) by @knauth
- Add check for tt-flash install (b58f8f9) by @knauth
- Merge pull request #100 from tenstorrent/full-repo-installation (bd84b1d) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v2.0.0/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.11.0
🔄 Changes
- Add fedora packages via hosted repo (98) by @knauth
- Add "install-inference-server" function (99) by @knauth
- Add "install-inference-server" function (e6b3d5e) by @knauth
- Merge pull request #98 from tenstorrent/add-fedora-pkgs (52d8acc) by @knauth
- Merge pull request #99 from tenstorrent/install-inference-server (a737abf) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.11.0/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.10.0
🔄 Changes
- Add Fedora packages to mode-repository-beta (03e07d1) by @knauth
- Fix indentation (451fc2f) by @knauth
- Add y flag to dnf install (8dd663f) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.10.0/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.9.0
🔄 Changes
- Update SFPI package naming convention (95) by @knauth
- Update SFPI package naming convention (f9ab7f3) by @knauth
- Merge pull request #95 from knauth/main (eac6a88) by @knauth
- Bump Debian test to 13 (84217aa) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.9.0/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.8.2
🔄 Changes
- Reverting part of 95eaa4e (90) by @warthog9
- Update SFPI download URL (92) by @knauth
- Reverting part of 95eaa4e (fff104f) by @warthog9
- Merge pull request #90 from warthog9/main (883b54c) by @warthog9
- Update SFPI release URL (e2effa8) by @knauth
- Add verbose curl to SFPI install (ada9d56) by @knauth
- Update install.m4 (7699a39) by @knauth
- Merge pull request #92 from knauth/main (87d3620) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.8.2/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.8.1
🔄 Changes
- Refactor tests and add hosted N150 test (88) by @knauth
- Breakout Ubuntu and Fedora tests to single files (740e51d) by @knauth
- Add hosted N150 test (c8ac482) by @knauth
- Make N150 test non-interactive and root (7f287ae) by @knauth
- Add verbose mode in N150 run (cf74d87) by @knauth
- Trim whitespace (c1a9656) by @knauth
- mild hack: print curl'd content to stderr (d7eb6ed) by @knauth
- Refactor curl call (a4c01eb) by @knauth
- Add shellcheck disable to _arg_verbose check (1c72e9f) by @knauth
- Remove docker from runner VM before running installer (c69b27a) by @knauth
- Merge pull request #88 from tenstorrent/knauth-refactor-ci (e0406b8) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.8.1/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.8.0
🔄 Changes
- Create beta repository mode (84) by @knauth
- Move KMD install to its own function (0390328) by @knauth
- Move hugepages install to a function (c194aea) by @knauth
- Move SPFI version fetch into the existing fetch function (4f8cf35) by @knauth
- Finalize mode-repository-beta (6369561) by @knauth
- Rename big three install functions to "manual_" (55bb435) by @knauth
- Silence shellcheck error (2e9cf33) by @knauth
- Assign default values to INSTALL variables (2839a79) by @knauth
- Disable shellcheck style for the repo install line (c835ace) by @knauth
- Properly call log, which is not in fact called "info" (3544518) by @knauth
- Add -y flag to apt install (7dc95ed) by @knauth
- Simplify case handling for distros (ccea542) by @knauth
- Merge pull request #84 from knauth/add-repo-mode (00a1185) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.8.0/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.7.1
🔄 Changes
- Add podman-docker to Podman install (75) by @knauth
- Refactor version fetching and add verbose mode (81) by @knauth
- Add podman-docker to Podman install (67bcb05) by @knauth
- Merge pull request #75 from knauth/add-podman-docker (3207939) by @knauth
- Add completion message before prompting reboot (b3f51cf) by @bgoelTT
- Handle jq and api failure modes in fetch calls (a43ee9d) by @knauth
- Refactor the fetch_ functions into one function with args (4f0ce9e) by @knauth
- Relocate fetcher function (451207d) by @knauth
- Remove stderr redirect (5bef03c) by @knauth
- Add "verbose" argument (1498a99) by @knauth
- Check for rate limit header response (13b8f9c) by @knauth
- Fix shellcheck errors (4fdf7a9) by @knauth
- Make curl call multi-line for readability (6b7c6ce) by @knauth
- Update version fetch error message (366a331) by @knauth
- Update SFPI file naming conventions (f633906) by @knauth
- Remove v prefix from fetched SFPI version (373123d) by @knauth
- Remove extra successful completion message (8a49f11) by @knauth
- Merge branch 'main' into main (054c494) by @knauth
- Merge pull request #81 from knauth/main (157024e) by @knauth
- Fix indentation (82bf794) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.7.1/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.7.0
🔄 Changes
- Use new "release-models" container (73) by @knauth
- Add optional GitHub authentication and fixup the rate limit error messages. (74) by @knauth
- Add completion message to end of installer (70) by @bgoelTT
- Add completion message before prompting reboot (730b0c3) by @bgoelTT
- Use new "release-models" container (269c827) by @knauth
- Merge pull request #73 from knauth/use-new-models-container (cf1278a) by @knauth
- Add argbash as to gitignore (908fc6b) by @knauth
- Add optional GitHub token argument (9e43f82) by @knauth
- Confirm no versions are "null" (08921fc) by @knauth
- Link users to help page on error (61c1bed) by @knauth
- Merge pull request #74 from knauth/add-git-token-argument (3cc4118) by @knauth
- Merge pull request #70 from bgoelTT/ben/success-message (9f82b76) by @knauth
Contributors
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.7.0/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"v1.6.1
🔄 Changes
- Install protobuf-compiler with base packages (64) by @silvanshade
- Install SFPI if not installing container (63) by @silvanshade
- Install protobuf-compiler with base packages (580d968) by @silvanshade
- Merge pull request #64 from silvanshade/install-protobuf-compiler (1f84035) by @knauth
- Install SFPI if not installing container (309e4a4) by @silvanshade
- Merge pull request #63 from silvanshade/install-sfpi (233cc2e) by @knauth
- Flipping default on systemd install checking (dccb2ea) by @warthog9
- Dropping 20.04 testing for support (d711a55) by @warthog9
Contributors
@silvanshade, @knauth, @warthog9
Installation
Install this version with:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/download/v1.6.1/install.sh)"Latest version can always be installed using:
/bin/bash -c "$(curl -fsSL https://github.com/tenstorrent/tt-installer/releases/latest/download/install.sh)"