Unified_Prompt_Guard / pyproject.toml
ynyg's picture
feat: 實現 Unified Prompt Guard 模型服務
0160edf verified
raw
history blame contribute delete
274 Bytes
[project]
name = "unified-prompt-guard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"fastapi[all]>=0.128.0",
"huggingface-hub>=1.3.4",
"torch>=2.10.0",
"transformers>=5.0.0",
]