Add configs/runtime.yaml with runtime configuration stub

This commit is contained in:
blackboxprogramming
2025-08-08 01:40:42 -07:00
committed by GitHub
parent 112308f34f
commit dfc76c9bd9

View File

@@ -0,0 +1,5 @@
# Runtime configuration for Lucidia offline language model
runtime:
device: "cuda" # or "cpu"
quantization: null # e.g., "int8", "int4"
max_context_length: 2048