|
|
4 tháng trước cách đây | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 6 tháng trước cách đây | |
| README.md | 5 tháng trước cách đây | |
| diffusion-cli.cpp | 4 tháng trước cách đây | |
This directory contains implementations for Diffusion LLMs (DLLMs)
More Info:
Example of using Dream architechture: llama-diffusion-cli -m dream7b.gguf -p "write code to train MNIST in pytorch" -ub 512 --diffusion-eps 0.001 --diffusion-algorithm 3 --diffusion-steps 256 --diffusion-visual
Example of using LLaDA architechture: llama-diffusion-cli -m llada-8b.gguf -p "write code to train MNIST in pytorch" -ub 512 --diffusion-block-length 32 --diffusion-steps 256 --diffusion-visual