Skip to main content

sentis-model-converter

Sterne14
Forks0
Aktualisiert17. Juli 2026 um 13:04

Convert ANY model (PyTorch / HF transformers / prebuilt ONNX) into ONNX that Unity Sentis 2.6 actually imports AND runs correctly. Owns the whole conversion layer: choosing the right tool (torch.onnx.export vs optimum-cli vs Olive vs onnx-graphsurgeon), structural rewrites (KV-cache as plain I/O, unmerged seq2seq decoders, hoisting RNN state to tensors, splitting pre/post-processing into their own graphs), graph surgery on unsupported or attribute-dropping ops, weight inlining, f16 downcast for the 2 GB cap, and the ORT-parity verification ladder. Use whenever the task mentions: exporting or converting a model for Sentis/Unity, ONNX export flags, KV-cache export, onnx-graphsurgeon / graph surgery / editing an ONNX graph, optimum-cli or Olive, a model that imports into Unity but outputs garbage, or unsupported-operator import errors — even if the user doesn't say "convert". (Model *selection* = sentis-model-scout; fine-tuning = sentis-training-pipeline; C# runtime = sentis-inference.)

Installation

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

Datei-Explorer
10 Dateien
SKILL.md
readonly