|
72 | 72 | with: |
73 | 73 | python-version: '3.10.x' |
74 | 74 | - name: Install pip dependencies |
75 | | - run: pip3 install requests numpy huggingface_hub |
| 75 | + run: pip3 install requests "numpy<2" huggingface_hub |
76 | 76 | - name: Build container name |
77 | 77 | run: ./serving/docker/scripts/docker_name_builder.sh ${{ matrix.arch }} ${{ github.event.inputs.djl-version }} |
78 | 78 | - name: Download models and dockers |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | with: |
177 | 177 | python-version: '3.10.x' |
178 | 178 | - name: Install pip dependencies |
179 | | - run: pip3 install requests numpy huggingface_hub |
| 179 | + run: pip3 install requests "numpy<2" huggingface_hub |
180 | 180 | - name: Build container name |
181 | 181 | run: ./serving/docker/scripts/docker_name_builder.sh tensorrt-llm ${{ github.event.inputs.djl-version }} |
182 | 182 | - name: Download models and dockers |
@@ -290,7 +290,7 @@ jobs: |
290 | 290 | with: |
291 | 291 | python-version: '3.10.x' |
292 | 292 | - name: Install pip dependencies |
293 | | - run: pip3 install requests numpy huggingface_hub |
| 293 | + run: pip3 install requests "numpy<2" huggingface_hub |
294 | 294 | - name: Build container name |
295 | 295 | run: ./serving/docker/scripts/docker_name_builder.sh tensorrt-llm ${{ github.event.inputs.djl-version }} |
296 | 296 | - name: Download models and dockers |
@@ -504,7 +504,7 @@ jobs: |
504 | 504 | with: |
505 | 505 | python-version: '3.10.x' |
506 | 506 | - name: Install pip dependencies |
507 | | - run: pip3 install requests numpy huggingface_hub |
| 507 | + run: pip3 install requests "numpy<2" huggingface_hub |
508 | 508 | - name: Build container name |
509 | 509 | run: ./serving/docker/scripts/docker_name_builder.sh lmi ${{ github.event.inputs.djl-version }} |
510 | 510 | - name: Download docker |
@@ -595,7 +595,7 @@ jobs: |
595 | 595 | with: |
596 | 596 | python-version: '3.10.x' |
597 | 597 | - name: Install pip dependencies |
598 | | - run: pip3 install requests numpy |
| 598 | + run: pip3 install requests "numpy<2" |
599 | 599 | - name: Build container name |
600 | 600 | run: ./serving/docker/scripts/docker_name_builder.sh lmi ${{ github.event.inputs.djl-version }} |
601 | 601 | - name: Download docker |
@@ -713,7 +713,7 @@ jobs: |
713 | 713 | with: |
714 | 714 | python-version: '3.10.x' |
715 | 715 | - name: Install pip dependencies |
716 | | - run: pip3 install requests numpy huggingface_hub |
| 716 | + run: pip3 install requests "numpy<2" huggingface_hub |
717 | 717 | - name: Build container name |
718 | 718 | run: ./serving/docker/scripts/docker_name_builder.sh lmi ${{ github.event.inputs.djl-version }} |
719 | 719 | - name: Download docker |
@@ -823,7 +823,7 @@ jobs: |
823 | 823 | with: |
824 | 824 | python-version: '3.10.x' |
825 | 825 | - name: Install pip dependencies |
826 | | - run: pip3 install requests numpy huggingface_hub |
| 826 | + run: pip3 install requests "numpy<2" huggingface_hub |
827 | 827 | - name: Build container name |
828 | 828 | run: ./serving/docker/scripts/docker_name_builder.sh lmi ${{ github.event.inputs.djl-version }} |
829 | 829 | - name: Download docker |
@@ -914,7 +914,7 @@ jobs: |
914 | 914 | with: |
915 | 915 | python-version: '3.10.x' |
916 | 916 | - name: Install pip dependencies |
917 | | - run: pip3 install requests numpy huggingface_hub |
| 917 | + run: pip3 install requests "numpy<2" huggingface_hub |
918 | 918 | - name: Build container name |
919 | 919 | run: ./serving/docker/scripts/docker_name_builder.sh lmi ${{ github.event.inputs.djl-version }} |
920 | 920 | - name: Download docker |
|
0 commit comments