Browse Source

check versions

justheuristic 3 năm trước cách đây
mục cha
commit
6210b1a1d0
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/run-tests.yaml

+ 3 - 1
.github/workflows/run-tests.yaml

@@ -26,8 +26,10 @@ jobs:
         run: |
           python -m pip install --upgrade pip
           pip install -r requirements.txt
-      - name: Test
+      - name: Convert small model
         run: |
+          git --version
+          git lfs --version
           python -m cli.convert_model --model bigscience/bloom-350m  --output_path ./converted_model \
             --output_repo testing/test-bloomd-350m   --use_auth_token $BLOOM_TESTING_WRITE_TOKEN