llmll commited on
Commit
77533b4
·
verified ·
1 Parent(s): 64d7d75

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -17,6 +17,7 @@ library_name: transformers
17
  </p>
18
 
19
 
 
20
  ## Introduction
21
 
22
  PARD is a high-performance speculative decoding method that also enables low-cost adaptation of autoregressive draft models into parallel draft models. It offers the following advantages:
@@ -28,6 +29,16 @@ PARD is a high-performance speculative decoding method that also enables low-cos
28
  - **High Performance**: When integrated into an optimized inference framework called Transformers+ PARD delivers up to a 4.08× speedup, with LLaMA3.1 8B reaches a state-of-the-art 311.5 tokens per second. When integrated into vLLM, PARD delivers up to 3.06× speedup, outperforming other speculative decoding methods in vLLM by 1.51×.
29
 
30
 
 
 
 
 
 
 
 
 
 
 
31
  ## Model Weights
32
 
33
  | Model Series | Model Name | Download |
 
17
  </p>
18
 
19
 
20
+
21
  ## Introduction
22
 
23
  PARD is a high-performance speculative decoding method that also enables low-cost adaptation of autoregressive draft models into parallel draft models. It offers the following advantages:
 
29
  - **High Performance**: When integrated into an optimized inference framework called Transformers+ PARD delivers up to a 4.08× speedup, with LLaMA3.1 8B reaches a state-of-the-art 311.5 tokens per second. When integrated into vLLM, PARD delivers up to 3.06× speedup, outperforming other speculative decoding methods in vLLM by 1.51×.
30
 
31
 
32
+ <p align="center">
33
+ <figure style="display: inline-block; text-align: center;">
34
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/630cb01cc169245d78fe76b6/Dh-7wE-l0YAfU9lXWssKf.png" width="100%">
35
+ <figcaption style="font-style: italic; margin-top: 2px;">
36
+ AR and AR+ represent baseline auto-regressive generation using Transformers and Transformers+, respectively. VSD denotes vanilla speculative decoding. PARD refers to the proposed method in this work.
37
+ </figcaption>
38
+ </figure>
39
+ </p>
40
+
41
+
42
  ## Model Weights
43
 
44
  | Model Series | Model Name | Download |