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

Class Args

src/fused_mm_sampling/modal_lib/modal_vllm_benchmark.py:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 "TRITON_PRINT_AUTOTUNING": "1",
47 },
48}
49
50
51@dataclass
52class Args:
53 model: str = "openai/gpt-oss-120b"
54 sweep: str = "quick" # "quick" or "all"
55 tgt_dir: str = "/vol-fused-mm-sample/vllm-bench"
56 num_runs: int = 5
57 variants: str = "" # comma-separated, e.g. "baseline,fmms-triton". Empty = all.
58 bench_params_json: str = "" # JSON string with bench params (read from file locally)
59 resume_experiment: str = "" # if set, --resume into <out_dir>/<this name>

Callers 3

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by 1

mainFunction · 0.56