feat: 增加server, 并且修改测试单元

This commit is contained in:
2026-04-02 15:05:07 +08:00
parent 9f1561afe7
commit 475de51c7d
12 changed files with 616 additions and 99 deletions
+4
View File
@@ -15,6 +15,10 @@ dependencies = [
"tqdm==4.67.1",
"safetensors==0.5.3",
"huggingface-hub==0.34.3",
"fastapi",
"uvicorn[standard]",
"httpx",
"requests",
]
keywords = ["nlp", "datasets", "language-models", "machine-learning"]
license = { text = "GPL-3.0" }