Skip to content

Commit cb489f2

Browse files
author
Chengyue Wu
committed
revise demo
1 parent 1b536c5 commit cb489f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llada/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def generate_response_with_visualization(model, tokenizer, device, messages, gen
481481
'''
482482
def create_chatbot_demo():
483483
with gr.Blocks(css=css) as demo:
484-
gr.Markdown("# LLaDA - Large Language Diffusion Model Demo")
484+
gr.Markdown("#Fast-dLLM: Training-free Acceleration of Diffusion LLM by Enabling KV Cache and Parallel Decoding")
485485
gr.Markdown("[code](https://github.com/NVlabs/Fast-dLLM), [project page](https://nvlabs.github.io/Fast-dLLM/)")
486486

487487
# STATE MANAGEMENT

0 commit comments

Comments
 (0)