This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
local-llm-server/llm_server/cluster/stores.py

4 lines
102 B
Python
Raw Normal View History

2023-09-29 00:09:44 -06:00
from llm_server.custom_redis import RedisCustom
redis_running_models = RedisCustom('running_models')