sglang.0.4.8.post1/sglang/python/sglang/srt/constants.py

4 lines
93 B
Python

# GPU Memory Types
GPU_MEMORY_TYPE_KV_CACHE = "kv_cache"
GPU_MEMORY_TYPE_WEIGHTS = "weights"