satreysa commited on
Commit
5374ada
·
verified ·
1 Parent(s): a90ce71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -39,12 +39,14 @@ python builder.py \
39
  -p int4 \
40
  -e dml
41
  ```
42
- Perplexity of hardware run: 7.261
43
- Performance measure:
44
- Prompt_len ttfs tps
45
- 128 0.733 20.411
46
- 256 0.873 20.487
47
- 512 1.386 19.789
48
- 1024 2.526 18.627
49
- 2048 5.088 16.662
 
 
50
 
 
39
  -p int4 \
40
  -e dml
41
  ```
42
+ ## Performance Measure
43
+ | Prompt_len | TTFS | TPS |
44
+ |------------|------|------|
45
+ | 128 | 0.733 | 20.411 |
46
+ | 256 | 0.873 | 20.487 |
47
+ | 512 | 1.386 | 19.789 |
48
+ | 1024 | 2.526 | 18.627 |
49
+ | 2048 | 5.088 | 16.662 |
50
+
51
+ Perplexity of hardware run: **7.261**
52