Blame view

requirements_translator_service.txt 456 Bytes
0fd2f875   tangwang   translate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  # 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
f07947a5   tangwang   Improve portabili...
16
17
  # Keep translator conversions on the last verified NLLB-compatible release line.
  transformers>=4.51.0,<4.52.0
ea293660   tangwang   CTranslate2
18
  ctranslate2>=4.7.0
0fd2f875   tangwang   translate
19
20
21
22
  sentencepiece>=0.2.0
  sacremoses>=0.1.1
  safetensors>=0.4.0
  huggingface_hub>=0.24.0