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
We highly recommend using our prebuilt Docker images. You can find them here: https://hub.docker.com/orgs/mosaicml/repositories.
121
121
122
122
The `mosaicml/pytorch` images are pinned to specific PyTorch and CUDA versions, and are stable and rarely updated.
123
123
124
124
The `mosaicml/llm-foundry` images are built with new tags upon every commit to the `main` branch.
125
-
You can select a specific commit hash such as `mosaicml/llm-foundry:2.6.0_cu124-9867a7b` or take the latest one using `mosaicml/llm-foundry:2.6.0_cu124-latest`.
125
+
You can select a specific commit hash such as `mosaicml/llm-foundry:2.7.0_cu128-9867a7b` or take the latest one using `mosaicml/llm-foundry:2.7.0_cu128-latest`.
126
126
127
127
**Please Note:** The `mosaicml/llm-foundry` images do not come with the `llm-foundry` package preinstalled, just the dependencies. You will still need to `pip install llm-foundry` either from PyPi or from source.
128
128
129
129
| Docker Image | Torch Version | Cuda Version | LLM Foundry dependencies installed? |
0 commit comments