Spaces:
Runtime error
Runtime error
| [project] | |
| name = "fastapi-apertus" | |
| version = "0.1.0" | |
| description = "A small API for Apertus LLM on Hugging Face" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "unicorn>=2.1", | |
| "accelerate>=1.10", | |
| "fastapi>=0.116", | |
| "pydantic>=2.11", | |
| "torch>=2.8.0", | |
| "transformers>=4.56.0", | |
| "compressed-tensors>=0.11.0", | |
| "numpy>=2.3.2", | |
| "xielu", | |
| ] | |
| [tool.uv.sources] | |
| xielu = { git = "https://github.com/nickjbrowning/XIELU" } | |