Skip to content

Commit c178303

Browse files
committed
update roadmap
1 parent 60eeab9 commit c178303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
- [ ] [lightllm](https://github.com/ModelTC/lightllm)
1919

2020
## Research
21-
- [ ] Optimize the tree-based attention to reduce additional computation
21+
- [x] Optimize the tree-based attention to reduce additional computation
2222
- [ ] Improve the acceptance scheme to generate more diverse sequences

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ train = ["bitsandbytes", "wandb", "scipy"]
2424
"Blog" = "https://sites.google.com/view/medusa-llm"
2525

2626
[tool.setuptools.packages.find]
27-
exclude = ["assets*", "notebooks*", "scripts*"]
27+
exclude = ["assets*", "notebooks*", "scripts*", "llm_judge"]

0 commit comments

Comments
 (0)