revert from Qwen/Qwen3-0.6B

This commit is contained in:
Matthew Farrellee 2025-09-11 08:57:43 -04:00
parent c2a9c65fff
commit 8ed3527a64
30 changed files with 1 additions and 51769 deletions

View file

@ -78,7 +78,7 @@ SETUP_DEFINITIONS: dict[str, Setup] = {
"VLLM_URL": "http://localhost:8000/v1",
},
defaults={
"text_model": "vllm/Qwen/Qwen3-0.6B",
"text_model": "vllm/meta-llama/Llama-3.2-1B-Instruct",
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
},
),