Skip to content

Conversation

@ebsmothers
Copy link
Contributor

@ebsmothers ebsmothers commented Oct 21, 2025

Tested via:

conda create -n forge python=3.10 -y && conda activate forge
./scripts/install.sh
pytest tests/unit_tests
...
======== 342 passed, 3 skipped, 1 warning in 174.97s (0:02:54) ==========

Also working on green CI

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Oct 21, 2025
Copy link
Member

@joecummings joecummings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of comments - do we need to call out that we only support cu128 right now OOTB?

PYTORCH_VERSION="2.9.0"

# vLLM branch
VLLM_BRANCH="v0.10.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change these to point to monarch stable, torchtitan stable and torchstore stable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah right now I have them hardcoded. But good point. Honestly I need to see where else these versions are used.. there's a world where we just delete this file entirely to reduce indirection

}

# Install required system packages
install_system_packages() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Idk maybe we do, just trying it out

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brought it back just for safety

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These won't work b/c u need a GPU runner

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait why? they were working before, no?

Copy link
Member

@joecummings joecummings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I APPROVE OF MY OWN PR

@joecummings joecummings merged commit b922ec7 into meta-pytorch:main Oct 22, 2025
8 checks passed
photomz pushed a commit to photomz/forge that referenced this pull request Oct 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants