Integrate logits processor with qwq (untested)

This commit is contained in:
Niels Geens
2025-04-07 13:35:20 +02:00
parent 023fc75aac
commit 50539f6d03
5 changed files with 101 additions and 33 deletions

View File

@@ -5,19 +5,9 @@ build-backend = "maturin"
[project]
name = "xml_schema_validator"
version = "0.1.0"
description = "XML Schema validation library for SIA"
description = "XML Schema validation library"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Text Processing :: Markup :: XML",
]
dependencies = []
[project.urls]
repository = "https://github.com/sia/xml_schema_validator"
[tool.maturin]
features = ["pyo3/extension-module"]