Skip to content

Commit 36a9bd5

Browse files
build(ci): download new custom SAM model
1 parent 25c8981 commit 36a9bd5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Jenkinsfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ pipeline {
3939
sh 'uv sync --locked --only-group gdal-build-dependencies'
4040
sh 'uv sync --locked'
4141
sh 'uv run pybabel compile -d sketch_map_tool/translations'
42-
sh 'wget --quiet -P weights https://sketch-map-tool.heigit.org/weights/SMT-OSM.pt'
43-
sh 'wget --quiet -P weights https://sketch-map-tool.heigit.org/weights/SMT-ESRI.pt'
44-
sh 'wget --quiet -P weights https://sketch-map-tool.heigit.org/weights/SMT-CLS.pt'
42+
sh 'wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-OSM.pt'
43+
sh 'wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-ESRI.pt'
44+
sh 'wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-CLS.pt'
45+
sh 'wget --quiet -P weights https://downloads.ohsome.org/sketch-map-tool/weights/SMT-SAM.pt'
4546
}
4647
}
4748
post {

0 commit comments

Comments
 (0)