Text Generation
PyTorch
English
diffusion-language-modeling
SDLLM-Duo-1.7B-Base / pyproject.toml
jlemercier's picture
Release SDLLM inference package
057ef5c verified
Raw
History Blame Contribute Delete
192 Bytes
[project]
name = "sdllm-inference"
version = "0.1.0"
description = "Inference and lm-eval support for SDLLM models"
requires-python = ">=3.10"
[tool.pytest.ini_options]
testpaths = ["tests"]