Commit 58f3d54
committed
fix(deploy): auto-detect installed ROCm version for PyTorch index
deploy.sh now reads ROCm version from /opt/rocm/.info/version,
amd-smi, or rocminfo and constructs the PyTorch index URL dynamically
(e.g. rocm7.2 instead of hardcoded rocm6.2). Falls back to 6.2 only
if version detection fails.1 parent bbd5db6 commit 58f3d54
File tree
2 files changed
+16
-5
lines changed- skills/detection/yolo-detection-2026
2 files changed
+16
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
165 | 176 | | |
166 | | - | |
167 | | - | |
| 177 | + | |
| 178 | + | |
168 | 179 | | |
169 | 180 | | |
170 | 181 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments