File size: 415 Bytes
4f2b2f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = "discrete-diffusion-forcing"
version = "0.1.0"
description = "Discrete Diffusion Forcing (D2F): dLLMs Can Do Faster-Than-AR Inference"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "transformers==4.49.0",
    "lm_eval==0.4.8",
    "accelerate==0.34.2",
    "antlr4-python3-runtime==4.11",
    "math_verify",
    "sympy",
    "hf_xet",
    "pydantic==2.10.6",
    "gradio",
]