Skip to content

Commit 5c62033

Browse files
author
pbontrager
committed
stable monarch
1 parent 16cc564 commit 5c62033

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

pyproject.toml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "forge"
44
description = "A PyTorch native platform for post-training generative AI models"
55
readme = "README.md"
6-
requires-python = ">=3.10, <=3.13"
6+
requires-python = ">=3.10, <3.13"
77
license = {file = "LICENSE"}
88
authors = [
99
{ name = "PyTorch Team", email = "[email protected]" },
@@ -13,10 +13,10 @@ dependencies = [
1313
# PyTorch
1414
"torch==2.9.0",
1515
"torchdata>=0.8.0",
16-
"torchtitan",
17-
"torchmonarch==0.1.0rc4",
18-
"torchstore==0.0.1rc2",
19-
"vllm==0.11.0",
16+
"torchtitan==0.2.0",
17+
"torchmonarch==0.1.2",
18+
"torchstore==0.1.2",
19+
"vllm",
2020
# Hugging Face integrations
2121
"datasets>=2.21.0",
2222
"tokenizers",
@@ -63,16 +63,19 @@ members = [
6363
"forge",
6464
]
6565

66-
# pytorch
66+
# [[tool.uv.index]]
67+
# name = "pytorch-nightly"
68+
# url = "https://download.pytorch.org/whl/nightly"
69+
6770
[[tool.uv.index]]
68-
name = "pytorch-nightly"
69-
url = "https://download.pytorch.org/whl/nightly"
71+
name = "forge"
72+
url = "https://download.pytorch.org/whl/preview/forge/"
7073

7174
[tool.uv.sources]
7275
# torchtitan = { index = "pytorch-nightly" }
7376
# torch = { index = "pytorch-nightly" }
7477
# torchstore = { git = "ssh://[email protected]/meta-pytorch/torchstore.git"}
75-
# vllm = { index = "pytorch-nightly" }
78+
vllm = { index = "forge" }
7679

7780
[tool.uv]
7881
# TODO: revert to stricter default uv strategy
@@ -82,4 +85,4 @@ prerelease = "allow"
8285
environments = [
8386
"sys_platform == 'linux'",
8487
]
85-
override-dependencies = ["torch>2.7.1"] # , "torchaudio>=2.7.1", "torchvision>=0.22.0"]
88+
#override-dependencies = ["torch>2.7.1"] # , "torchaudio>=2.7.1", "torchvision>=0.22.0"]

0 commit comments

Comments
 (0)