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

Class Args

benchmarking/plot-triton-bench.py:604–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602
603
604class Args(BaseSettings, cli_parse_args=True):
605 tgt_dir: Path = Path(__file__).parent / "profiles/triton-bench/"
606 fmt: str = "png"
607 use_name_flashsampling: bool = False
608 skip_multinomial_eager: bool = False
609 use_errorbars: bool = False
610
611
612if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected