local-llm-server/llm_server/cluster/stores.py

8 lines
156 B
Python
Raw Normal View History

from llm_server.custom_redis import RedisCustom
2024-01-10 15:01:26 -07:00
"""
Global variables for accessing Redis stores.
"""
redis_running_models = RedisCustom('running_models')