# Deps for the Inkling tiny-model oracle (tools/make_tiny_inkling.py) — the
# ci.yml `inkling-oracle` job installs exactly this file, and setup-python
# hashes it for the pip cache key. CPU torch: the oracle is a tiny random-init
# model, no GPU wanted.
--index-url https://download.pytorch.org/whl/cpu
--extra-index-url https://pypi.org/simple
torch
transformers>=5.14   # Inkling architecture support (InklingForCausalLM)
safetensors
