Spaces:
Runtime error
Runtime error
File size: 191 Bytes
4bdb245 |
1 2 3 4 5 6 7 8 9 10 |
server:
env_name: ${APP_ENV:mock}
# This configuration allows you to use GPU for creating embeddings while avoiding loading LLM into vRAM
llm:
mode: mock
embedding:
mode: huggingface
|