File size: 445 Bytes
292780d
 
6c53ae6
 
23d974d
292780d
6c53ae6
292780d
 
6c53ae6
292780d
1
2
3
4
5
6
7
8
9
10
11
12
# 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