Skip to content

v2.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 16:53
6d218a3

v2.1.3 — closed-loop fixes, model lookup, output cleanup

Loop Fixed stdin race in [r]/[c] regression prompt — was blocking on io::stdin() while the watcher thread held it; now routes through stdin_rx channel.

Model Fixed catalog lookup order — scrape name tried before model_root path, preventing wrong model resolution (e.g. 7B matched instead of 27B).

Output Blank line added after --max-num-seqs prompt. Short-action strings trimmed to primary fix only; full list already shown in the Issues table.

Install profile 2.1.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jungledesh/profile/releases/download/v2.1.3/profile-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/jungledesh/profile/releases/download/v2.1.3/profile-installer.ps1 | iex"

Download profile 2.1.3

File Platform Checksum
profile-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
profile-x86_64-apple-darwin.tar.xz Intel macOS checksum
profile-x86_64-pc-windows-msvc.zip x64 Windows checksum
profile-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
profile-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
profile-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

What's Changed

Full Changelog: v2.1.1...v2.1.3

What's Changed

Full Changelog: v2.1.1...v2.1.3