Docs: Inspect AI → Storage Buckets eval-log integration#2543
Draft
davanstrien wants to merge 1 commit into
Draft
Docs: Inspect AI → Storage Buckets eval-log integration#2543davanstrien wants to merge 1 commit into
davanstrien wants to merge 1 commit into
Conversation
Inspect AI (inspect_ai) can now write eval logs directly to HF Storage Buckets via hf://buckets/ paths (inspect_ai#4155, merged 8165dd20). - Add an "Inspect AI" section to the Storage Buckets integrations page - Cross-link from eval-results.md so it's discoverable from the eval angle Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
What
Documents the new Inspect AI → Hugging Face Storage Buckets integration. Inspect can now write eval logs directly to buckets via
hf://buckets/<owner>/<bucket>/<path>fsspec paths, added ininspect_ai#4155(merged, commit8165dd20).storage-buckets-integrations.md— adds a terse## Inspect AIsection matching the existing per-tool pattern (setINSPECT_LOG_DIRto anhf://buckets/path;inspect eval/inspect view).eval-results.md— one-line cross-link so the bucket log target is discoverable from the eval docs.Why draft
The "See Inspect's eval logs guide" link deep-links to
eval-logs.html#sec-hugging-face-storage-buckets. That section is currently in Inspect's## Unreleasedchangelog and not yet on the published docs site — the anchor will resolve once Inspect ships a release including it. Holding as draft until then; will mark ready for review once the upstream section is live.🤖 Generated with Claude Code