Skip to content

Rc 0.1.1 - #21

Merged
IsuraManchanayake merged 16 commits into
mainfrom
rc-0.1.1
Sep 11, 2026
Merged

IsuraManchanayake merged 16 commits into
mainfrom
rc-0.1.1

Conversation

@IsuraManchanayake

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

…grouping

BaseRT's hub.json names the repository the bytes came from and usually
a mutable ref, never the file, so every model pulled by basert itself
was submitted with its local file name as the Hugging Face path and the
server rejected it. The sidecar now yields a hash-only claim, the
repository listing is searched for the file whose published SHA-256
matches (at pull time and, for models installed before receipts
existed, the first time they are benchmarked), and receipts are
replaced when a later lookup or `computearena identify` learns more
about the same bytes.

A repository's base_model link now counts only when it declares a
quantization relation; finetunes, adapters, and merges are their own
model, so an instruct model no longer folds into its pretraining base.
A model family that differs from what the publisher says today is
reported, not treated as a mismatch, because the server decides the
grouping. Hub revisions and paths are percent-encoded per segment, and
GGUF metadata no longer promotes general.base_model to the model family.

The full-screen interface submits with invalid reports skipped instead
of refusing the whole batch, and says how many were left out.
fix(models): stop inventing artifact paths and let the server settle grouping
…ight

feat(models): verify runtime-neutral model identity
@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown

🧪 Staging build ready: https://github.com/basecompute/computearena-cli/releases/tag/staging-0.1.1

Built from 8d8b6df and smoke-tested on macOS arm64, Linux x86_64, and Linux arm64. The staging-0.1.1 pre-release is replaced on every push to rc-0.1.1; this comment supersedes the earlier ones.

Install this build

Installs to ~/.local/bin (override with COMPUTEARENA_INSTALL_DIR), the same place as the public installer.

case "$(uname -s)-$(uname -m)" in
  Darwin-arm64)  P=macos-arm64 ;;
  Linux-x86_64)  P=linux-x86_64 ;;
  Linux-aarch64) P=linux-arm64 ;;
  *) echo "no ComputeArena bundle for $(uname -s)/$(uname -m)" >&2; P= ;;
esac
D="${COMPUTEARENA_INSTALL_DIR:-$HOME/.local/bin}"; mkdir -p "$D"
curl -fsSL "https://github.com/basecompute/computearena-cli/releases/download/staging-0.1.1/computearena-${P:?}-0.1.1-staging.tar.gz" \
  | tar -xzf - -C "$D" computearena && "$D/computearena" --version

@IsuraManchanayake
IsuraManchanayake merged commit eb12e0b into main Sep 11, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant