@@ -6,21 +6,21 @@ echo "Will build taggers with version <$VERSION>. Set VERSION to override this."
66./build.sh
77
88# PIE
9- docker push instituutnederlandsetaal/galahad-taggers-pie-cpu- tdn-1200-1600:$VERSION
10- docker push instituutnederlandsetaal/galahad-taggers-pie-gpu- tdn-1200-1600:$VERSION
11- docker push instituutnederlandsetaal/galahad-taggers-pie-cpu- tdn-1600-1900:$VERSION
12- docker push instituutnederlandsetaal/galahad-taggers-pie-gpu- tdn-1600-1900:$VERSION
13- docker push instituutnederlandsetaal/galahad-taggers-pie-cpu- tdn-all:$VERSION
14- docker push instituutnederlandsetaal/galahad-taggers-pie-gpu- tdn-all:$VERSION
9+ docker push instituutnederlandsetaal/galahad-taggers-pie-tdn-1200-1600:cpu- $VERSION
10+ docker push instituutnederlandsetaal/galahad-taggers-pie-tdn-1200-1600:gpu- $VERSION
11+ docker push instituutnederlandsetaal/galahad-taggers-pie-tdn-1600-1900:cpu- $VERSION
12+ docker push instituutnederlandsetaal/galahad-taggers-pie-tdn-1600-1900:gpu- $VERSION
13+ docker push instituutnederlandsetaal/galahad-taggers-pie-tdn-all:cpu- $VERSION
14+ docker push instituutnederlandsetaal/galahad-taggers-pie-tdn-all:gpu- $VERSION
1515
1616# UD-parsers
1717# docker push instituutnederlandsetaal/galahad-taggers-udpipe:$VERSION
18- docker push instituutnederlandsetaal/galahad-taggers-spacy-cpu: $VERSION
19- docker push instituutnederlandsetaal/galahad-taggers-spacy-gpu: $VERSION
20- docker push instituutnederlandsetaal/galahad-taggers-stanza-cpu: $VERSION
21- docker push instituutnederlandsetaal/galahad-taggers-stanza-gpu: $VERSION
22- docker push instituutnederlandsetaal/galahad-taggers-flair-cpu: $VERSION
23- docker push instituutnederlandsetaal/galahad-taggers-flair-gpu: $VERSION
18+ docker push instituutnederlandsetaal/galahad-taggers-spacy:cpu- $VERSION
19+ docker push instituutnederlandsetaal/galahad-taggers-spacy:gpu- $VERSION
20+ docker push instituutnederlandsetaal/galahad-taggers-stanza:cpu- $VERSION
21+ docker push instituutnederlandsetaal/galahad-taggers-stanza:gpu- $VERSION
22+ docker push instituutnederlandsetaal/galahad-taggers-flair:cpu- $VERSION
23+ docker push instituutnederlandsetaal/galahad-taggers-flair:gpu- $VERSION
2424
2525# Huggingface
2626# Commented for now, as we need Git LFS to build these. Perhaps in the future.
0 commit comments