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,9 @@
$ErrorActionPreference = "Stop"
$env:PYTHONDONTWRITEBYTECODE = "1"
python scripts/download_hf_range.py qwen3-4b-instruct-2507 `
--local-dir models/base/qwen3-4b-instruct-2507 `
--allow-file model-00001-of-00003.safetensors `
--allow-file model-00002-of-00003.safetensors `
--chunk-size 16mb `
--retries 20