jiajun commited on
Commit
161b78c
·
verified ·
1 Parent(s): 7e4011f

Upload reports/v3.2.5_smoke.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. reports/v3.2.5_smoke.md +36 -0
reports/v3.2.5_smoke.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CortexNet v3.2.5 Smoke Benchmark Report
2
+
3
+ Date: 2026-02-26
4
+ Version: `3.2.5`
5
+
6
+ ## Environment
7
+
8
+ - Python: `3.13.5`
9
+ - PyTorch: `2.10.0`
10
+ - Platform: `macOS-26.1-arm64-arm-64bit-Mach-O`
11
+
12
+ ## Command
13
+
14
+ ```bash
15
+ python scripts/benchmarks/benchmark_release_smoke.py \
16
+ --device cpu \
17
+ --dtype float32 \
18
+ --iters 30 \
19
+ --warmup 5 \
20
+ --output docs/reports/artifacts/v3.2.5_smoke.json
21
+ ```
22
+
23
+ ## Result Summary
24
+
25
+ - Device: `cpu`
26
+ - DType: `float32`
27
+ - Batch Size: `1`
28
+ - Sequence Length: `64`
29
+ - Avg forward latency: `5.5790 ms`
30
+ - P95 forward latency: `5.8591 ms`
31
+ - Throughput: `11471.5583 tokens/s`
32
+ - Logits shape: `[1, 64, 4096]`
33
+
34
+ ## Artifact
35
+
36
+ - JSON: `docs/reports/artifacts/v3.2.5_smoke.json`