Skip to content

Commit 0fbc0bc

Browse files
committed
add pytorch repo
1 parent cbb133a commit 0fbc0bc

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

checkpoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ fi
1010
TAG_NAME=$(git_get_current_tag)
1111
if [ "$TAG_NAME" == "" ]; then
1212
TAG_NAME="$(date +%Y%m%d%H%M%S)"
13-
git tag -a "$TAG_NAME"
14-
echo -e "New tag $TAG_NAME" -m "none"
13+
git tag -a "$TAG_NAME" -m "none"
14+
echo -e "New tag $TAG_NAME"
1515
else
1616
echo "Commit already tagged with $TAG_NAME"
1717
fi
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
export TORCH_ROCM_VERSION="6.3.4"
3+
export TORCH_ROCM_VERSION="6.3.3"
44
export TORCH_PYTORCH_BRANCH="v2.7.1"
55
export TORCH_PYTORCH_VISION_BRANCH="v0.21.0"

rocm/preset.rocm-6.3.4.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)