feat: add real PyTorch model backend

This commit is contained in:
Dobromir Popov
2026-06-29 15:54:40 +03:00
parent c358798627
commit 2690d9b9ba
8 changed files with 877 additions and 37 deletions

View File

@@ -11,6 +11,11 @@ requires-python = ">=3.10"
dependencies = [
"cryptography>=41",
"huggingface-hub>=0.20",
"accelerate>=0.28",
"bitsandbytes>=0.43",
"safetensors>=0.4",
"torch>=2.1",
"transformers>=4.39",
"zstandard>=0.22",
]