0fd2f875
tangwang
translate
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Dependencies for isolated translator service venv.
pyyaml>=6.0
python-dotenv>=1.0.0
redis>=5.0.0
numpy>=1.24.0
openai>=1.0.0
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
pydantic>=2.0.0
requests>=2.31.0
httpx>=0.24.0
tqdm>=4.65.0
torch>=2.0.0
transformers>=4.30.0
sentencepiece>=0.2.0
sacremoses>=0.1.1
safetensors>=0.4.0
huggingface_hub>=0.24.0
|