From 597b02e806256261bd69656e207454f25a05fea8 Mon Sep 17 00:00:00 2001 From: wangchao Date: Fri, 1 Aug 2025 11:27:16 +0800 Subject: [PATCH] update post to 2.6.0.post1 --- README.md | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd7338878c..3e5619c5cf 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pip3 install torch==2.6.0 **For x86:** ```bash -pip3 install torch==2.1.0+cpu --index-url https://download.pytorch.org/whl/cpu +pip3 install torch==2.6.0+cpu --index-url https://download.pytorch.org/whl/cpu ``` 2. **Install torch-npu dependencies** diff --git a/version.txt b/version.txt index e70b4523ae..0373cae686 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.6.0 +2.6.0.post1 -- Gitee