TensorRT-LLMs/examples/scaffolding/contrib
Zheyu Fu 90a28b917f
feat: Add Dynasor-CoT in scaffolding examples. (#3501)
Signed-off-by: Zheyu Fu <zheyufu2@gmail.com>
Co-authored-by: Junda Chen <32371474+GindaChen@users.noreply.github.com>
Co-authored-by: Yichao Fu <57950249+fuyichao2000@users.noreply.github.com>
Co-authored-by: Andy Dai <zhongdongmin@nvidia.com>
2025-04-18 07:48:01 +00:00
..
AsyncGeneration feat: Add stream generation task scaffolding examples (#3527) 2025-04-16 11:33:55 +08:00
Dynasor feat: Add Dynasor-CoT in scaffolding examples. (#3501) 2025-04-18 07:48:01 +00:00
__init__.py feat: Add Dynasor-CoT in scaffolding examples. (#3501) 2025-04-18 07:48:01 +00:00
README.md feat: Enhance the integrated robustness of scaffolding with __init__.py #3305 (#3312) 2025-04-09 21:13:47 +08:00

Contrib Examples

We create this directory to store the community contributed examples.

Contributors can add examples of customize inference time compute methods with customize Controller/Task/Worker.

We will continue to move some generic works on this directory back to the main code.

How to create a new project

Just create a new directory and add your code there.

How to make your code include Controller/Task/Worker can be reused by other projects

Just add your Controller/Task/Worker to the __init__.py file of contrib directory.