mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
159965 is merged, no need to patch it in (#160275)
Signed-off-by: Edward Yang <ezyang@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/160275 Approved by: https://github.com/albanD, https://github.com/ZainRizvi
This commit is contained in:
committed by
PyTorch MergeBot
parent
76a0609b6b
commit
c3dc8dc412
@ -9,10 +9,6 @@ COMMIT=$(grep -oE '[0-9a-f]{40}' <<< "$NIGHTLY_PATCH" | head -1)
|
||||
COMMIT_DATE=$(echo "$NIGHTLY_PATCH" | grep '^Date:' | sed -E 's/Date: .*, ([0-9]+) ([A-Za-z]+) ([0-9]+) .*/\3 \2 \1/' | awk 'BEGIN{split("Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec", months, " "); for(i=1;i<=12;i++) month[months[i]]=sprintf("%02d",i)} {print $1 month[$2] sprintf("%02d",$3)}')
|
||||
VERSION_STRING="2.9.0.dev${COMMIT_DATE}+cpu"
|
||||
git rev-parse HEAD > /tmp/orig_work.txt
|
||||
cp AGENTS.md /tmp
|
||||
git reset --hard $COMMIT
|
||||
cp /tmp/AGENTS.md .
|
||||
curl https://patch-diff.githubusercontent.com/raw/pytorch/pytorch/pull/159965.diff | patch -p1
|
||||
USE_NIGHTLY=$VERSION_STRING python setup.py develop
|
||||
git commit -asm "Agents patch"
|
||||
echo "source $PWD/.venv/bin/activate" >> ~/.bashrc
|
||||
|
Reference in New Issue
Block a user