- State that predict_genes only accepts symbols in the released tokens.csv
panel (model.gene_names) and raises KeyError otherwise; temper the
transcriptome-coverage claims to match.
- Use from_pretrained's device argument; the model already returns in eval
mode and predict_genes runs under no_grad, so drop the redundant
model.eval()/no_grad lines (also clears MDBLOCK_PYTHON_EVAL_EXEC scan FPs).
- Rebuild the tile batch inside the multi-source loop, matching the advice
beneath the example.
- Pin the install to deepspotm==1.0.0.
- Add the required docs/images/deepspot-m.png workflow diagram.