Skip to content
Docs
Hub and Collaboration
Publishing

Publishing

🚧
Tensormorph does not have a confirmed publishing target of its own (no branded Hub to publish to) - this page covers what "getting a result out of Tensormorph and to other people" actually means today.

What's confirmed: export

The concrete, confirmed action is exporting - writing a materialized morph result, or any transformed checkpoint, out as a standalone file in a standard format (safetensors or ONNX). An exported file is ordinary and portable: sharing it means sharing a file, the same way you'd share any checkpoint, through whatever channel you already use (a shared drive, an artifact store, or uploading it to a Hugging Face Hub repository yourself).

What's confirmed: recipes

Alongside an exported checkpoint, its recipe.json (see Model Morphing) is small, diffable, and portable in its own right - sharing a recipe rather than (or in addition to) a full checkpoint lets a collaborator re-materialize your result against their own base, which is often more useful than sharing weights alone.

What isn't confirmed

A dedicated in-app "publish" action that pushes a result to a Tensormorph-hosted destination isn't part of the confirmed design - see Model Repositories for the nearest roadmap item (a Tile Server and thin web client) and why it's a narrower thing than a publishing platform. Until that exists, "publishing" from Tensormorph means exporting a file and moving it yourself.

Related resources