setup-borzoi-remote-tool

Installation
SKILL.md

Set up Borzoi as a remote tool

Validation status (2026-08-16): a fresh Python 3.12 service environment resolved borzoi-pytorch 0.4.4 with its supported Transformers 4.50.3 dependency, loaded official weights on the GB10, and returned bounded finite prediction and variant-effect results through a strict loopback TOU endpoint. Four concurrent fixture calls also passed with serialized model access. NVIDIA's aarch64 cusparselt wheel still reports incompatible platform metadata in uv pip check; public publication, cross-user isolation, saturation, recovery, and biological accuracy remain incomplete, so keep this private. Authenticated private Platform import and owner testing passed on 2026-08-16; public publication and independent-caller authorization/isolation remain untested.

Prerequisites

  • Run from the ToolUniverse repository root on Linux with Python 3.12.3.
  • GPU recommended; CPU only for small checks.
  • Keep provider data, weights, caches, and credentials outside Git.
  • Bind to loopback. A non-loopback bind requires TOOLUNIVERSE_API_TOKEN; never put it in arguments or results.

Run the standard-library contract check before downloading large dependencies:

python scripts/remote_validation/setup_skill_preflight.py --implementation borzoi
Installs
19
GitHub Stars
1.7K
First Seen
Aug 24, 2026
setup-borzoi-remote-tool — mims-harvard/tooluniverse