Rc 0.1.1 - #21
Merged
Merged
Rc 0.1.1#21
Conversation
…lity feat(cli): negotiate supported client versions
This comment has been minimized.
This comment has been minimized.
fix(basert): explain Linux x86-64 availability
This comment has been minimized.
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
This comment has been minimized.
This comment has been minimized.
docs: add v0.1.1 release notes
|
🧪 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 Install this buildInstalls to 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.