feat: add real PyTorch model backend
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user