Two vision-notebook deps that ship by reference rather than via unsloth extras: transformers' Gemma3N + TimmWrapperModel needs `timm`, and DeepSeek-OCR's dynamic modeling file requires `addict`. Both are tiny (~30MB combined). Including them in the base unified resolve avoids hitting `ImportError: TimmWrapperModel requires the timm library` or `ImportError: This modeling file requires the following packages that were not found in your environment: addict` after the user has already downloaded the model. Repros: nb/Gemma3N_(4B)-Vision.ipynb (timm), nb/Deepseek_OCR_(3B).ipynb (addict). |
||
|---|---|---|
| .. | ||
| .dockerignore | ||
| build.sh | ||
| Dockerfile | ||
| Dockerfile.studio | ||
| entrypoint.sh | ||
| freeze.sh | ||
| hf_pull.sh | ||
| hf_push.sh | ||
| run.sh | ||
| setup_qemu.sh | ||
| smoke_test.py | ||
| test_locally.sh | ||