Hiroyuki-SLM / .env.example
github-actions
feat: add USE_LORA environment variable to toggle LoRA application at startup (#8)
4bfeba1
Raw
History Blame Contribute Delete
223 Bytes
# LoRA (Low-Rank Adaptation) adapter application toggle
# Set to "true" to use the LoRA adapter (hiroyuki-style responses)
# Set to "false" to use only the base model (default Qwen2.5-0.5B-Instruct responses)
USE_LORA=true