Update README.md
Browse filesadd data to the performance metrics
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 |
-
|
|
66 |
|---------------------------|-------------------|-----------------------------|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
|
|
70 |
-
|
|
71 |
-
|
|
72 |
-
|
|
73 |
-
|
|
74 |
-
|
|
75 |
-
|
|
76 |
-
|
|
77 |
-
|
|
78 |
-
|
|
79 |
-
|
|
80 |
-
|
|
81 |
-
|
|
82 |
-
|
|
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
|