Skip to content

Commit 5517b4a

Browse files
community: add submission from issue #41 (#42)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 55b473b commit 5517b4a

3 files changed

Lines changed: 602 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"subset_score": 0.57,
3+
"baseline_delta": 0.01,
4+
"valid": true,
5+
"framework": "SGLang",
6+
"precision": "BF16",
7+
"notes": "Integrated accuracy check \u2014 used same SGLang instance as benchmark."
8+
}
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"collected_at": "2026-05-07T06:55:48.459765+00:00",
3+
"accelerators": [
4+
{
5+
"index": 0,
6+
"name": "NVIDIA A100-SXM4-40GB",
7+
"vendor": "NVIDIA",
8+
"memory_gb": 40,
9+
"driver_version": "565.57.01",
10+
"firmware_version": null,
11+
"compute_capability": "8.0",
12+
"supports_bf16": true
13+
}
14+
],
15+
"accelerator_topology": "\tGPU0\tNIC0\tNIC1\tNIC2\tCPU Affinity\tNUMA Affinity\tGPU NUMA ID\nGPU0\t X \tSYS\tSYS\tSYS\t32-63,96-127\t1\t\tN/A\nNIC0\tSYS\t X \tPIX\tNODE\t\t\t\t\nNIC1\tSYS\tPIX\t X \tNODE\t\t\t\t\nNIC2\tSYS\tNODE\tNODE\t X \t\t\t\t\n\nLegend:\n\n X = Self\n SYS = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)\n NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node\n PHB = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)\n PXB = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)\n PIX = Connection traversing at most a single PCIe bridge\n NV# = Connection traversing a bonded set of # NVLinks\n\nNIC Legend:\n\n NIC0: mlx5_0\n NIC1: mlx5_1\n NIC2: mlx5_2\n\n",
16+
"intra_node_interconnect": null,
17+
"cpu": {
18+
"model": "AMD EPYC 7532 32-Core Processor",
19+
"physical_cores": 64,
20+
"logical_cores": 128,
21+
"numa_nodes": 2
22+
},
23+
"system_memory_gb": 1007.7,
24+
"pcie_generation": "PCIe Gen 4",
25+
"cpu_accelerator_bandwidth_gbs": null,
26+
"network_interfaces": [
27+
{
28+
"name": "mlx5_0",
29+
"type": "InfiniBand/RoCE",
30+
"bandwidth_gbps": null
31+
},
32+
{
33+
"name": "mlx5_1",
34+
"type": "InfiniBand/RoCE",
35+
"bandwidth_gbps": null
36+
},
37+
{
38+
"name": "mlx5_2",
39+
"type": "InfiniBand/RoCE",
40+
"bandwidth_gbps": null
41+
}
42+
],
43+
"os": "Ubuntu 22.04.4 LTS",
44+
"python_version": "3.10.20",
45+
"kernel_version": "5.15.0-60-generic",
46+
"runtime_version": "CUDA 12.8",
47+
"pytorch_version": "2.9.1+cu128"
48+
}

0 commit comments

Comments
 (0)