MCPcopy Create free account
hub / github.com/evilsocket/cake / ExpertNames

Class ExpertNames

cake-core/src/models/common/disk_expert_provider.rs:28–32  ·  view source on GitHub ↗

Pre-computed tensor names for a single expert (avoids format! on hot path).

Source from the content-addressed store, hash-verified

26
27/// Pre-computed tensor names for a single expert (avoids format! on hot path).
28struct ExpertNames {
29 gate_proj: String,
30 up_proj: String,
31 down_proj: String,
32}
33
34/// Pre-computed tensor names for stacked affine-quantized projections.
35struct StackedQuantNames {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected