We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a9293 commit 5d8e2d5Copy full SHA for 5d8e2d5
.ci/docker/build.sh
@@ -15,7 +15,7 @@ echo "Building ${IMAGE_NAME} Docker image"
15
OS=ubuntu
16
OS_VERSION=20.04
17
CLANG_VERSION=""
18
-PYTHON_VERSION=3.11
+PYTHON_VERSION=3.12
19
MINICONDA_VERSION=24.3.0-0
20
21
case "${IMAGE_NAME}" in
pyproject.toml
@@ -3,7 +3,7 @@
3
name = "torchtitan"
4
description = "A PyTorch native platform for training generative AI models"
5
readme = "README.md"
6
-requires-python = ">=3.10"
+requires-python = ">=3.12"
7
license = {file = "LICENSE"}
8
authors = [
9
{ name = "PyTorch Team", email = "packages@pytorch.org" },
0 commit comments