Skip to content

Commit

Permalink
GITBOOK-187: Update changelogs; update PipeFusion to “diffusion model…
Browse files Browse the repository at this point in the history
…s" paper list
  • Loading branch information
mental2008 authored and gitbook-bot committed Jul 28, 2024
1 parent d59ad68 commit fdcbcb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Specifically, I have a broad interest in systems (e.g., OSDI, SOSP, NSDI, ATC, E

## Changelogs

* 07/2024: Organize the papers of [ATC 2024](reading-notes/conference/atc-2024.md), [OSDI 2024](reading-notes/conference/osdi-2024.md), [NSDI 2024](reading-notes/conference/nsdi-2024.md), [CVPR 2024](reading-notes/conference/cvpr-2024.md), [ISCA 2024](reading-notes/conference/isca-2024.md); create a new paper list of [Systems for diffusion models](paper-list/systems-for-ml/diffusion-models.md); update the paper list of [Systems for LLMs](paper-list/systems-for-ml/llm.md), [Systems for DLRMs](paper-list/systems-for-ml/dlrm.md), [Resource Scheduler](paper-list/systems-for-ml/resource-scheduler.md).
* 07/2024: Organize the papers of [SIGCOMM 2024](reading-notes/conference/sigcomm-2024.md), [ICML 2024](reading-notes/conference/icml-2024.md), [ATC 2024](reading-notes/conference/atc-2024.md), [OSDI 2024](reading-notes/conference/osdi-2024.md), [NSDI 2024](reading-notes/conference/nsdi-2024.md), [CVPR 2024](reading-notes/conference/cvpr-2024.md), [ISCA 2024](reading-notes/conference/isca-2024.md); create a new paper list of [Systems for diffusion models](paper-list/systems-for-ml/diffusion-models.md); update the paper list of [Systems for LLMs](paper-list/systems-for-ml/llm.md), [Systems for DLRMs](paper-list/systems-for-ml/dlrm.md), [Resource Scheduler](paper-list/systems-for-ml/resource-scheduler.md).

## Epilogue

Expand Down
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
## Paper List

* [Systems for ML](paper-list/systems-for-ml/README.md)
* [Large Language Model (LLM)](paper-list/systems-for-ml/llm.md)
* [Data Processing](paper-list/systems-for-ml/data-processing.md)
* [Deep Learning Training](paper-list/systems-for-ml/deep-learning-training.md)
* [Resource Scheduler](paper-list/systems-for-ml/resource-scheduler.md)
* [Model Serving](paper-list/systems-for-ml/model-serving.md)
* [Large Language Model (LLM)](paper-list/systems-for-ml/llm.md)
* [Diffusion Models](paper-list/systems-for-ml/diffusion-models.md)
* [Deep Learning Recommendation Model (DLRM)](paper-list/systems-for-ml/dlrm.md)
* [Mixture of Experts (MoE)](paper-list/systems-for-ml/moe.md)
Expand Down
2 changes: 2 additions & 0 deletions paper-list/systems-for-ml/diffusion-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Serving Diffusion Models

* PipeFusion: Displaced Patch Pipeline Parallelism for Inference of Diffusion Transformer Models (arXiv:2405.14430) \[[arXiv](https://arxiv.org/abs/2405.14430)] \[[Code](https://github.com/xdit-project/xDiT)]
* Tencent & HKU
* Cache Me if You Can: Accelerating Diffusion Models through Block Caching ([CVPR 2024](../../reading-notes/conference/cvpr-2024.md)) \[[Paper](https://openaccess.thecvf.com/content/CVPR2024/html/Wimbauer\_Cache\_Me\_if\_You\_Can\_Accelerating\_Diffusion\_Models\_through\_Block\_CVPR\_2024\_paper.html)] \[[Homepage](https://fwmb.github.io/blockcaching/)]
* Meta & TUM & MCML & Oxford
* CAT-DM: Controllable Accelerated Virtual Try-on with Diffusion Model ([CVPR 2024](../../reading-notes/conference/cvpr-2024.md)) \[[Paper](https://openaccess.thecvf.com/content/CVPR2024/html/Zeng\_CAT-DM\_Controllable\_Accelerated\_Virtual\_Try-on\_with\_Diffusion\_Model\_CVPR\_2024\_paper.html)] \[[Code](https://github.com/zengjianhao/CAT-DM)]
Expand Down

0 comments on commit fdcbcb8

Please sign in to comment.