IlyasMoutawwakil HF staff commited on
Commit
113ed1a
1 Parent(s): 1aae553

Upload cuda_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4/benchmark_report.json with huggingface_hub

Browse files
cuda_inference_diffusers_text-to-image_CompVis/stable-diffusion-v1-4/benchmark_report.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "call": {
3
+ "memory": {
4
+ "unit": "MB",
5
+ "max_ram": 1958.27712,
6
+ "max_global_vram": 8311.025664,
7
+ "max_process_vram": 1667236.630528,
8
+ "max_reserved": 7864.32,
9
+ "max_allocated": 7784.654848
10
+ },
11
+ "latency": {
12
+ "unit": "s",
13
+ "count": 3,
14
+ "total": 1.4523962097167968,
15
+ "mean": 0.4841320699055989,
16
+ "stdev": 0.0027081496363248335,
17
+ "p50": 0.48275347900390625,
18
+ "p90": 0.48688336181640623,
19
+ "p95": 0.48739959716796877,
20
+ "p99": 0.48781258544921874,
21
+ "values": [
22
+ 0.48791583251953125,
23
+ 0.48275347900390625,
24
+ 0.4817268981933594
25
+ ]
26
+ },
27
+ "throughput": {
28
+ "unit": "images/s",
29
+ "value": 2.065552071762134
30
+ },
31
+ "energy": null,
32
+ "efficiency": null
33
+ }
34
+ }