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
* Remove manual monarch installation from CI
torchmonarch is already declared in pyproject.toml dependencies,
so manual wheel installation is redundant. Let pip install it
automatically like the forge repo does.
* Remove manual torch installation from CI
torch==2.9.0 is already declared in pyproject.toml dependencies,
so manual installation is redundant.
* Adapt CI workflow to match torchforge pattern
- Use conda-incubator/setup-miniconda for environment setup
- Use uv package manager for installation
- Add uv configuration with PyTorch index to pyproject.toml
- Add concurrency control and shell defaults
This matches the torchforge workflow and should resolve linking issues.
* Add repository owner check to unit test workflow
* Add workflow_dispatch to allow manual workflow runs
* Use GPU runner to match forge workflow
* Comment out _proc_mesh.stop() calls due to monarch bug
- Comment out all _proc_mesh.stop() calls in test files
- Add TODO comments to investigate monarch bug
- Tests are failing due to these calls
- Files updated: test_store.py, test_tensor_slice.py, test_state_dict.py, test_large_tensors.py, test_resharding_basic.py
0 commit comments