File size: 635 Bytes
f440f03 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | # Core Python atkarības # Web framework fastapi>=0.111.0 uvicorn[standard]>=0.30.0 pydantic>=2.7.0 # HuggingFace ekosistēma transformers>=5.5.4 protobuf>=4.25.3 datasets>=2.20.0 huggingface-hub==1.11.0 accelerate>=0.32.0 tokenizers>=0.19.0 sentencepiece>=0.2.0 tiktoken>=0.7.0 # ML pamatbibliotēkas torch>=2.3.0 numpy>=1.26.0 scipy>=1.13.0 # Attēli diffusers>=0.29.0 Pillow>=10.4.0 # Audio soundfile>=0.12.0 # Utilītas python-dotenv>=1.0.0 httpx>=0.27.0 aiofiles>=23.2.0 playwright>=1.51.1 pytest-asyncio>=1.3.0 # Apmācība (opcija) # wandb>=0.17.0 peft>=0.18.1 trl>=1.1.0 bitsandbytes>=0.49.2; platform_system == "Linux" |