MCPcopy Create free account
hub / github.com/FlashSampling/FlashSampling / Args

Class Args

benchmarking/proton_profile.py:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class Args(BaseSettings):
49 n_hidden_states: int = 1
50 n_samples: int = 1
51 vocab_size: int = VOCAB_SIZE
52
53
54class CliArgs(Args, cli_parse_args=True):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected