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

Function tp_from_dir

benchmarking/vllm/plot_tpot.py:43–46  ·  view source on GitHub ↗

Parse the TP value out of the results dir name (e.g. ...-tp2). Defaults to 1.

(results_dir: Path)

Source from the content-addressed store, hash-verified

41 "Qwen3-32B",
42 "gpt-oss-120b",
43 "Llama-3.3-70B-Instruct",
44]
45
46MAX_CONCURRENCY = 64
47
48
49def tp_from_dir(results_dir: Path) -> int:

Callers 3

plot_tpotsFunction · 0.85
plot_speedupsFunction · 0.85
plot_stripsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected