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
@@ -33,14 +32,11 @@ You can also find our notebook tutorials (coming soon)
33
32
34
33
### Basic
35
34
36
-
torchforge requires the latest PyTorch nightly with [Monarch](https://github.com/meta-pytorch/monarch), [vLLM](https://github.com/vllm-project/vllm), and [torchtitan](https://github.com/pytorch/torchtitan). For convenience,
37
-
we have pre-packaged these dependencies as wheels in assets/wheels. (Note that the basic install script
35
+
torchforge requires PyTorch 2.9.0 with [Monarch](https://github.com/meta-pytorch/monarch), [vLLM](https://github.com/vllm-project/vllm), and [torchtitan](https://github.com/pytorch/torchtitan). (Note that the basic install script
38
36
uses [DNF](https://docs.fedoraproject.org/en-US/quick-docs/dnf/), but could be easily extended to other Linux OS.)
39
37
40
-
torchforge requires the Github CLI (gh) to download a compatible vLLM package. See [here](https://github.com/cli/cli#installation) for gh install instructions before continuting. Please login to gh with your Github account before continuing with `gh auth login`. You may use either https or ssh as the protocol for authentication.
41
-
42
38
```bash
43
-
conda create -n forge python=3.10
39
+
conda create -n forge python=3.12
44
40
conda activate forge
45
41
./scripts/install.sh
46
42
```
@@ -53,11 +49,6 @@ After install, you can run the following command and should see output confirmin
0 commit comments