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

Function apply_flashsampling_rename

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

Rename FMMS columns/values to FlashSampling equivalents.

(df: pd.DataFrame)

Source from the content-addressed store, hash-verified

597
598
599def apply_flashsampling_rename(df: pd.DataFrame) -> pd.DataFrame:
600 """Rename FMMS columns/values to FlashSampling equivalents."""
601 return df.rename(columns=FLASHSAMPLING_RENAMES)
602
603
604class Args(BaseSettings, cli_parse_args=True):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected