We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeff29d commit a4690ccCopy full SHA for a4690cc
1 file changed
.github/workflows/mr_ci_text_spotting.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Hugging Face CLI
71
run: |
72
- pip install -U "huggingface_hub[cli]"
+ pip install -U "huggingface-hub[cli]>=0.30.0,<1.0.0"
73
huggingface-cli download rwood-97/DPText_DETR_ArT_R_50_poly art_final.pth --local-dir .
74
huggingface-cli download rwood-97/DeepSolo_ic15_res50 ic15_res50_finetune_synth-tt-mlt-13-15-textocr.pth --local-dir .
75
huggingface-cli download rwood-97/MapTextPipeline_rumsey rumsey-finetune.pth --local-dir .
0 commit comments