File size: 192 Bytes
057ef5c | 1 2 3 4 5 6 7 8 9 | [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"]
|
057ef5c | 1 2 3 4 5 6 7 8 9 | [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"]
|