You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CI workflow to conditionally use CPU-only PyTorch and force pip reinstall
- Removed global environment variables for CPU-only PyTorch to allow flexibility across different runners (e.g., Gitea, local `act`).
- Added a conditional check to set `PIP_EXTRA_INDEX_URL` and `TORCH_CPU_ONLY` only when running on GitHub Actions and not in `act`.
- Updated the pip installation step to use `--force-reinstall` to resolve potential conflicts with Debian-managed packages.
0 commit comments