Sitelet https://github.com/diffuse-systems/diffuse/tags
Skip to content

Tags: diffuse-systems/diffuse

Tags

v0.2.9

Toggle v0.2.9's commit message
Diffuse v0.2.9

Models that see, listen, speak, and models that answer by denoising, all
run split across machines now. The wire got much smaller, nodes hand
activations to each other instead of through the client, and there is a
prebuilt binary for Linux x86_64 and aarch64, macOS Intel and Apple
Silicon, and Windows x86_64.

Measured on Wan2.1-T2V-1.3B over two nodes: a model split across machines
is bit-identical to the same model run whole. Measured on MusicGen-small:
the waveform matches transformers' own generate to one step of 16-bit PCM.

Full notes in CHANGELOG.md.

v0.2.8

Toggle v0.2.8's commit message
Add a VitePress docs site with GitHub Pages deploy, and a Windows ins…

…taller

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from UnlikedOne/feat/openai-api

Feat/OpenAI api

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from UnlikedOne/fix/version-and-incomplete-models

Follow the Git tag for the version, and detect partially-held models

v0.2.5

Toggle v0.2.5's commit message
Check only the parameters a slice actually needs and detach the rest

v0.2.4

Toggle v0.2.4's commit message
Track sequence position per session instead of reading it from the cache

v0.2.3

Toggle v0.2.3's commit message
Give every query its own session and clear the KV cache when it ends

v0.2.2

Toggle v0.2.2's commit message
Load weights in their native dtype and convert activations at the tra…

…nsport boundary

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from UnlikedOne/fix/peer-identity

Fix/peer identity

v0.2.0

Toggle v0.2.0's commit message
README: professional rewrite, document NAT relay and streaming