Skip to content

Commit a21d5ba

Browse files
committed
Update PyTorch to 2.7.1; Update Python to 3.12.11
1 parent 7601143 commit a21d5ba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

builder/pak2.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--index-url https://download.pytorch.org/whl/cu128
22
--extra-index-url https://pypi.org/simple
3-
xformers==0.0.30
4-
torch==2.7.0
5-
torchvision==0.22.0
6-
torchaudio==2.7.0
3+
xformers==0.0.31.post1
4+
torch==2.7.1
5+
torchvision==0.22.1
6+
torchaudio==2.7.1

builder/stage1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ls -lahF
1515
# Download Python Standalone
1616
cd "$workdir"
1717
curl -sSL \
18-
https://github.com/astral-sh/python-build-standalone/releases/download/20250521/cpython-3.12.10+20250521-x86_64-pc-windows-msvc-install_only.tar.gz \
18+
https://github.com/astral-sh/python-build-standalone/releases/download/20250708/cpython-3.12.11+20250708-x86_64-pc-windows-msvc-install_only.tar.gz \
1919
-o python.tar.gz
2020
tar -zxf python.tar.gz
2121
mv python python_standalone

0 commit comments

Comments
 (0)