This is expected behavior for the OPTIONAL pip job!
The error ModuleNotFoundError: No module named 'torch' is the known flash-attn build issue:
- flash-attn's setup.py tries to import torch during build
- But pip can't install build-time dependencies first
pip job fails , while the required uv job passes (uv handles build deps via lockfile)