onlycoding135/constrained-refactor-gauntlet
0
1# Runtime-only dependencies for the Docker environment server.2# Training deps (unsloth, vllm, triton, bitsandbytes) are NOT needed here.3# torch CPU-only is used for the environment; inference needs GPU separately.4fastapi>=0.110.05uvicorn>=0.29.06openai>=1.23.07httpx>=0.27.08tqdm>=4.66.09python-dotenv>=1.0.010ruff>=0.4.011astor>=0.8.112torch13transformers>=4.40.014peft>=0.10.015datasets16accelerate17huggingface_hub>=0.34.018hf_transfer19sentencepiece>=0.2.020 21 