Initial SQL-only 1C adapter baseline

This commit is contained in:
2026-07-22 03:03:47 +03:00
commit e2503b77e7
545 changed files with 184711 additions and 0 deletions
@@ -0,0 +1,10 @@
FROM vllm/vllm-openai:v0.10.2
RUN python3 -m pip install --no-cache-dir \
"diffusers>=0.35.0" \
"transformers>=4.51.0" \
"accelerate>=1.0.0" \
safetensors \
pillow
WORKDIR /app