From 70a4d49b410ae053ce4fbcc8e6769459e968e9d0 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Wed, 4 Mar 2026 16:21:02 +0000 Subject: [PATCH] model change for ingest --- load_ingestion_llms.sh | 20 ++++++++++---------- src/config.yaml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/load_ingestion_llms.sh b/load_ingestion_llms.sh index 82f40eb..9cd74f8 100755 --- a/load_ingestion_llms.sh +++ b/load_ingestion_llms.sh @@ -1,10 +1,10 @@ -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-0" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-1" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-2" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-3" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-4" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-5" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-6" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-7" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-8" --ttl 1800 -lms load qwen/qwen3.5-4b --parallel 4 --identifier "qwen-9" --ttl 1800 \ No newline at end of file +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-0" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-1" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-2" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-3" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-4" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-5" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-6" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-7" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-8" --ttl 1800 +lms load qwen-4b-instruct-2507 --parallel 4 --identifier "qwen-9" --ttl 1800 \ No newline at end of file diff --git a/src/config.yaml b/src/config.yaml index 71d9146..f50e1aa 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -11,7 +11,7 @@ models: # --- Ingestion Settings --- ingestion: - data_dir: "/home/devin/DnD" + data_dir: "/home/cosmic/DnD" db_path: "./data/dmv.db" active_llms: 10 parallel_requests_per_llm: 4