mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 08:57:17 -05:00
6 lines
169 B
YAML
6 lines
169 B
YAML
# Runtime configuration for Lucidia offline language model
|
|
runtime:
|
|
device: "cuda" # or "cpu"
|
|
quantization: null # e.g., "int8", "int4"
|
|
max_context_length: 2048
|