LLM-KA-Cache-Compress / requirements.txt
cryptobiosis's picture
Switch default model to Qwen3-0.6B (head_dim=128, GQA); bump transformers>=4.51
23d974d verified
Raw
History Blame Contribute Delete
445 Bytes
# Pinned for reproducible Docker builds on HF Space.
# Loose-pinned (>=) so security patches land automatically.
kakeyalattice[hf]>=1.5.0
gradio>=4.44
transformers>=4.51 # Qwen3ForCausalLM requires 4.51+
# CPU torch (via --extra-index-url https://download.pytorch.org/whl/cpu in Dockerfile)
torch>=2.1
# Deps that transformers pulls but we want explicit for the free-CPU Space
# (Qwen2 / LLaMA tokenizers):
sentencepiece>=0.2.0
tiktoken>=0.7.0