Spaces:
Sleeping
Sleeping
File size: 343 Bytes
7b82554 0357485 7b82554 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[project]
name = "deepseek-api"
version = "0.0.1"
description = "Special DeepSeek API on HuggingFace Space"
authors = [
{ name = "AI Developer", email = "[email protected]" }
]
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
"llama-cpp-python>=0.2.0",
"huggingface-hub>=0.19.0"
]
|