Views
No views yet
. <- target model, 2 layers, ~4M params
└── DFlash/ <- draft model, 1 layer, ~4M params/, so org/repo/DFlash is
not a valid id and cannot be passed as a single string. A draft bundled inside
its target's repository therefore has to be addressed as a repo id plus a
separate sub-path, which most engines have no parameter for.1from huggingface_hub import snapshot_download
2snapshot_download("poolside/spec-decoding-subfolder-fixture") # target + draft
3snapshot_download("poolside/spec-decoding-subfolder-fixture",
4 allow_patterns=["DFlash/*"]) # draft only(model="poolside/spec-decoding-subfolder-fixture", subfolder="DFlash").transformers from LlamaConfig (hidden 64, intermediate 128,
4 heads, tied embeddings), torch.manual_seed(0). Tokenizer copied from
hf-internal-testing/llama-tokenizer. No trained parameters, no proprietary
data.