IlyasMoutawwakil HF staff commited on
Commit
548bc31
·
verified ·
1 Parent(s): ac1bdf0

Upload cuda_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark_report.json with huggingface_hub

Browse files
cuda_inference_diffusers_stable-diffusion_CompVis/stable-diffusion-v1-4/benchmark_report.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "call": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1959.30112,
6
+ "max_global_vram": 8310.747136,
7
+ "max_process_vram": 2361839.22688,
8
+ "max_reserved": 7862.222848,
9
+ "max_allocated": 7785.1136
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 3,
14
+ "total": 1.4264809875488282,
15
+ "mean": 0.47549366251627606,
16
+ "stdev": 0.007011440881889255,
17
+ "p50": 0.4731643371582031,
18
+ "p90": 0.48263706665039063,
19
+ "p95": 0.48382115783691404,
20
+ "p99": 0.4847684307861328,
21
+ "values": [
22
+ 0.4850052490234375,
23
+ 0.4731643371582031,
24
+ 0.4683114013671875
25
+ ]
26
+ },
27
+ "throughput": {
28
+ "unit": "images/s",
29
+ "value": 2.10307745156492
30
+ },
31
+ "energy": null,
32
+ "efficiency": null
33
+ }
34
+ }