ssyok commited on
Commit
19a81da
·
verified ·
1 Parent(s): 99a982d

Update README.md

Browse files

add data to the performance metrics

Files changed (1) hide show
  1. README.md +17 -17
README.md CHANGED
@@ -62,24 +62,24 @@ Minimum Configuration Required:
62
  ### DirectML
63
  We measured the performance of DirectML on AMD Ryzen 9 7940HS /w Radeon 78
64
 
65
- | Batch Size, Prompt Length | Generation Length | Average Throughput (tps) |
66
  |---------------------------|-------------------|-----------------------------|
67
- | 1, 128 | 128 | |
68
- | 1, 128 | 256 | |
69
- | 1, 128 | 512 | |
70
- | 1, 128 | 1024 | |
71
- | 1, 256 | 128 | |
72
- | 1, 256 | 256 | |
73
- | 1, 256 | 512 | |
74
- | 1, 256 | 1024 | |
75
- | 1, 512 | 128 | |
76
- | 1, 512 | 256 | |
77
- | 1, 512 | 512 | - |
78
- | 1, 512 | 1024 | - |
79
- | 1, 1024 | 128 | - |
80
- | 1, 1024 | 256 | - |
81
- | 1, 1024 | 512 | - |
82
- | 1, 1024 | 1024 | - |
83
 
84
 
85
  ## Contributors
 
62
  ### DirectML
63
  We measured the performance of DirectML on AMD Ryzen 9 7940HS /w Radeon 78
64
 
65
+ | Prompt Length | Generation Length | Average Throughput (tps) |
66
  |---------------------------|-------------------|-----------------------------|
67
+ | 128 | 128 | 53.46686 |
68
+ | 128 | 256 | 53.11233 |
69
+ | 128 | 512 | 57.45816 |
70
+ | 128 | 1024 | 33.44713 |
71
+ | 256 | 128 | 76.50182 |
72
+ | 256 | 256 | 66.68873 |
73
+ | 256 | 512 | 70.83862 |
74
+ | 256 | 1024 | 34.64715 |
75
+ | 512 | 128 | 85.10079 |
76
+ | 512 | 256 | 68.64049 |
77
+ | 512 | 512 | - |
78
+ | 512 | 1024 | - |
79
+ | 1024 | 128 | - |
80
+ | 1024 | 256 | - |
81
+ | 1024 | 512 | - |
82
+ | 1024 | 1024 | - |
83
 
84
 
85
  ## Contributors