Directories
¶
| Path | Synopsis |
|---|---|
|
apps
|
|
|
flux2
Package flux2 implements a Flux2 Klein (MMDiT) image-generation foundation for Welvet.
|
Package flux2 implements a Flux2 Klein (MMDiT) image-generation foundation for Welvet. |
|
mosstts
Package mosstts is a native Welvet port of MOSS-TTS-Nano (global AR + local RVQ + audio codec).
|
Package mosstts is a native Welvet port of MOSS-TTS-Nano (global AR + local RVQ + audio codec). |
|
mosstts/internal/gospm/internal/cmd/wasm
command
Main binary for exposing the go-sentencepiece functionality in the browser via WASM.
|
Main binary for exposing the go-sentencepiece functionality in the browser via WASM. |
|
mosstts/internal/gospm/internal/priorityqueue
Package priorityqueue provides a generic priority queue with Insert, PopMax, and RemoveFunc operations.
|
Package priorityqueue provides a generic priority queue with Insert, PopMax, and RemoveFunc operations. |
|
qwenasr
Package qwenasr runs Qwen3-ASR checkpoints directly from Hugging Face files.
|
Package qwenasr runs Qwen3-ASR checkpoints directly from Hugging Face files. |
|
qwentts
Package qwentts is a native Welvet (pure Go, no Python runtime) port of the Qwen3-TTS-12Hz CustomVoice model: text -> Talker (Qwen3 LLM) -> Code Predictor (MTP) -> Speech Decoder (Snake/ConvNeXt vocoder) -> 24 kHz PCM.
|
Package qwentts is a native Welvet (pure Go, no Python runtime) port of the Qwen3-TTS-12Hz CustomVoice model: text -> Talker (Qwen3 LLM) -> Code Predictor (MTP) -> Speech Decoder (Snake/ConvNeXt vocoder) -> 24 kHz PCM. |
|
Package architecture owns the volumetric grid: Depth × Rows × Cols × LayersPerCell.
|
Package architecture owns the volumetric grid: Depth × Rows × Cols × LayersPerCell. |
|
cmd
|
|
|
wav2vec2_transcribe
command
|
|
|
Package core holds Welvet fundamental types (DType, LayerType, Tensor, Network).
|
Package core holds Welvet fundamental types (DType, LayerType, Tensor, Network). |
|
Package fusedgpu runs a full decoder on WebGPU:
|
Package fusedgpu runs a full decoder on WebGPU: |
|
layers
|
|
|
cnn1
Package cnn1 is Welvet 1D convolution (loom Conv1d semantics).
|
Package cnn1 is Welvet 1D convolution (loom Conv1d semantics). |
|
cnn2
Package cnn2 is Welvet 2D convolution (loom Conv2d semantics).
|
Package cnn2 is Welvet 2D convolution (loom Conv2d semantics). |
|
cnn3
Package cnn3 is Welvet 3D convolution (loom Conv3d semantics).
|
Package cnn3 is Welvet 3D convolution (loom Conv3d semantics). |
|
convt1
Package convt1 is ConvTranspose1d (loom ConvTransposed1D).
|
Package convt1 is ConvTranspose1d (loom ConvTransposed1D). |
|
convt2
Package convt2 is ConvTranspose2d (loom ConvTransposed2D).
|
Package convt2 is ConvTranspose2d (loom ConvTransposed2D). |
|
convt3
Package convt3 is ConvTranspose3d (loom ConvTransposed3D).
|
Package convt3 is ConvTranspose3d (loom ConvTransposed3D). |
|
dense
Package dense is the Welvet fully-connected layer.
|
Package dense is the Welvet fully-connected layer. |
|
embedding
Package embedding is Welvet token embedding (loom gather/scatter).
|
Package embedding is Welvet token embedding (loom gather/scatter). |
|
gdn
Package gdn is Gated DeltaNet (Qwen3.5 / Bonsai linear_attention; seqmix.KindLinearAttn).
|
Package gdn is Gated DeltaNet (Qwen3.5 / Bonsai linear_attention; seqmix.KindLinearAttn). |
|
kmeans
Package kmeans is differentiable soft K-Means (loom KMeans).
|
Package kmeans is differentiable soft K-Means (loom KMeans). |
|
layernorm
Package layernorm is Welvet LayerNorm (loom / Transformer semantics).
|
Package layernorm is Welvet LayerNorm (loom / Transformer semantics). |
|
lstm
Package lstm is Welvet LSTM (loom / PyTorch tanh+sigmoid gates).
|
Package lstm is Welvet LSTM (loom / PyTorch tanh+sigmoid gates). |
|
mamba
Package mamba is a selective SSM mixer (seqmix.KindSSM).
|
Package mamba is a selective SSM mixer (seqmix.KindSSM). |
|
metacognition
Package metacognition wraps an observed Dense with heuristic stability rules (loom Meta).
|
Package metacognition wraps an observed Dense with heuristic stability rules (loom Meta). |
|
mha
Package mha is Welvet multi-head attention — the KindAttention seqmix.
|
Package mha is Welvet multi-head attention — the KindAttention seqmix. |
|
parallel
Package parallel is Parallel / MoE combine (loom Parallel) plus Stack for nested multi-cameral graphs with TrainMode (SGD / Tween / TweenChain / TweenSplit / Freeze / Shadow / Adversarial / Memory) and optional per-hemisphere BranchModes / per-child ChildModes.
|
Package parallel is Parallel / MoE combine (loom Parallel) plus Stack for nested multi-cameral graphs with TrainMode (SGD / Tween / TweenChain / TweenSplit / Freeze / Shadow / Adversarial / Memory) and optional per-hemisphere BranchModes / per-child ChildModes. |
|
residual
Package residual is Welvet Residual block (loom y = F(x) + x).
|
Package residual is Welvet Residual block (loom y = F(x) + x). |
|
rmsnorm
Package rmsnorm is Welvet RMSNorm (Llama / loom semantics).
|
Package rmsnorm is Welvet RMSNorm (Llama / loom semantics). |
|
rnn
Package rnn is Welvet vanilla RNN (loom / PyTorch tanh cell).
|
Package rnn is Welvet vanilla RNN (loom / PyTorch tanh cell). |
|
seqmix
Package seqmix is the Welvet sequence-mixing contract.
|
Package seqmix is the Welvet sequence-mixing contract. |
|
sequential
Package sequential is Welvet Sequential compose (loom nested child chain).
|
Package sequential is Welvet Sequential compose (loom nested child chain). |
|
softmax
Package softmax is Welvet Softmax (loom weightless activation).
|
Package softmax is Welvet Softmax (loom weightless activation). |
|
swiglu
Package swiglu is Welvet SwiGLU FFN (SiLU-gated MLP).
|
Package swiglu is Welvet SwiGLU FFN (SiLU-gated MLP). |
|
Package lucy is the Lucy mid-stream adaptation measuring harness.
|
Package lucy is the Lucy mid-stream adaptation measuring harness. |
|
model
|
|
|
entity
Package entity is Welvet's native .entity checkpoint format (ENTITY magic + JSON + blobs).
|
Package entity is Welvet's native .entity checkpoint format (ENTITY magic + JSON + blobs). |
|
hf
Package hf imports Hugging Face snapshots (config.json + safetensors) into Welvet-native structures for entity packing.
|
Package hf imports Hugging Face snapshots (config.json + safetensors) into Welvet-native structures for entity packing. |
|
sampling
Package sampling provides token selection helpers for causal LM decode: greedy ArgMax, TopK+temperature, repetition penalties, and chat-reply hygiene.
|
Package sampling provides token selection helpers for causal LM decode: greedy ArgMax, TopK+temperature, repetition penalties, and chat-reply hygiene. |
|
tokenizer
Package tokenizer loads HuggingFace tokenizer.json BPE encode/decode.
|
Package tokenizer loads HuggingFace tokenizer.json BPE encode/decode. |
|
transformer
Package transformer runs Llama-style decoder generate from Welvet ENTITY packs.
|
Package transformer runs Llama-style decoder generate from Welvet ENTITY packs. |
|
wav2vec2
Package wav2vec2 runs facebook/wav2vec2-base-960h (Wav2Vec2ForCTC) in pure Go.
|
Package wav2vec2 runs facebook/wav2vec2-base-960h (Wav2Vec2ForCTC) in pure Go. |
|
Package quant defines native weight packings (Q4_0, k-quants, BitNet, …).
|
Package quant defines native weight packings (Q4_0, k-quants, BitNet, …). |
|
runtime
|
|
|
backward
Package backward runs the reverse volumetric pass using a forward.Result tape.
|
Package backward runs the reverse volumetric pass using a forward.Result tape. |
|
dispatch
Package dispatch routes Forward/Backward/Pack/SetDType/GradWSize/ApplyGradSGD across every Welvet cell Op.
|
Package dispatch routes Forward/Backward/Pack/SetDType/GradWSize/ApplyGradSGD across every Welvet cell Op. |
|
forward
Package forward walks the volumetric grid and dispatches cell ops (Dense, MHA, …).
|
Package forward walks the volumetric grid and dispatches cell ops (Dense, MHA, …). |
|
step
Package step implements the discrete-time volumetric step mesh (loom/poly step.go).
|
Package step implements the discrete-time volumetric step mesh (loom/poly step.go). |
|
training
Package training owns optimizers and volumetric train steps.
|
Package training owns optimizers and volumetric train steps. |
|
Package simd provides Plan 9 assembly kernels for Welvet:
|
Package simd provides Plan 9 assembly kernels for Welvet: |
|
stub
|
|
|
accel
Package accel is a Welvet engine subpackage (loom/poly feature rebuild).
|
Package accel is a Welvet engine subpackage (loom/poly feature rebuild). |
|
clustering
Package clustering is K-means / hierarchical helpers on core.Tensor (loom clustering).
|
Package clustering is K-means / hierarchical helpers on core.Tensor (loom clustering). |
|
donate
Package donate is the networked compute-offload protocol (loom donate_compute_*).
|
Package donate is the networked compute-offload protocol (loom donate_compute_*). |
|
ensemble
Package ensemble matches model performance masks (loom ensemble.go).
|
Package ensemble matches model performance masks (loom ensemble.go). |
|
evaluation
Package evaluation benchmarks grids via runtime/forward (loom evaluation).
|
Package evaluation benchmarks grids via runtime/forward (loom evaluation). |
|
fountain
Package fountain is Luby Transform + neural fountain recover (loom fountain_lt / neural_fountain).
|
Package fountain is Luby Transform + neural fountain recover (loom fountain_lt / neural_fountain). |
|
grafting
Package grafting merges grids into Parallel / Residual topologies (loom grafting).
|
Package grafting merges grids into Parallel / Residual topologies (loom grafting). |
|
grouping
Package grouping detects tensor archetypes from safetensor-style names (loom grouping).
|
Package grouping detects tensor archetypes from safetensor-style names (loom grouping). |
|
hardware
Package hardware probes host OS/CPU/RAM/GPU/disk/network (loom hardware_*).
|
Package hardware probes host OS/CPU/RAM/GPU/disk/network (loom hardware_*). |
|
introspection
Package introspection reflects on *architecture.Grid methods (loom introspection).
|
Package introspection reflects on *architecture.Grid methods (loom introspection). |
|
memory
Package memory tracks host/GPU weight footprints, sample history, and OS release.
|
Package memory tracks host/GPU weight footprints, sample history, and OS release. |
|
observer
Package observer tracks layer forward/backward events (loom observer).
|
Package observer tracks layer forward/backward events (loom observer). |
|
pipeline
Package pipeline holds transformer pipeline forward stats (loom pipeline_stats).
|
Package pipeline holds transformer pipeline forward stats (loom pipeline_stats). |
|
seed
Package seed is Welvet seeded init / manifests / invert (loom seed_* + seedrng).
|
Package seed is Welvet seeded init / manifests / invert (loom seed_* + seedrng). |
|
serialization
Package serialization is JSON + ENTITY checkpoint I/O for volumetric grids.
|
Package serialization is JSON + ENTITY checkpoint I/O for volumetric grids. |
|
templates
Package templates holds chat prompt presets (loom templates.go).
|
Package templates holds chat prompt presets (loom templates.go). |
|
universal
Package universal probes tensor geometry and mounts placeholder grids (loom universal_loader).
|
Package universal probes tensor geometry and mounts placeholder grids (loom universal_loader). |
|
systems
|
|
|
dna
Package dna is Welvet's hierarchical spatial correlation / topology fingerprint engine (loom/poly DNA rebuild).
|
Package dna is Welvet's hierarchical spatial correlation / topology fingerprint engine (loom/poly DNA rebuild). |
|
evolution
Package evolution extends DNA with splice crossover and NEAT-style mutation (loom/poly evolution rebuild).
|
Package evolution extends DNA with splice crossover and NEAT-style mutation (loom/poly evolution rebuild). |
|
tanhi
Package tanhi implements TANHI (Tensor Activation Network Holographic Interface): sparse non-blocking JSON-line UDP events for HUD visualization (loom/poly rebuild).
|
Package tanhi implements TANHI (Tensor Activation Network Holographic Interface): sparse non-blocking JSON-line UDP events for HUD visualization (loom/poly rebuild). |
|
telemetry
Package telemetry extracts static structural blueprints from architecture.Grid (loom/poly telemetry rebuild).
|
Package telemetry extracts static structural blueprints from architecture.Grid (loom/poly telemetry rebuild). |
|
tween
Package tween implements neural target propagation (loom/poly tween rebuild).
|
Package tween implements neural target propagation (loom/poly tween rebuild). |
|
Package tiling chooses CPU / GPU / SIMD tile sizes and multi-core thresholds.
|
Package tiling chooses CPU / GPU / SIMD tile sizes and multi-core thresholds. |
|
Package webgpu hosts Welvet GPU context and dense GEMV dispatch.
|
Package webgpu hosts Welvet GPU context and dense GEMV dispatch. |
|
Package weights is the native WeightStore (Format + DType are storage truth).
|
Package weights is the native WeightStore (Format + DType are storage truth). |
Click to show internal directories.
Click to hide internal directories.