Kaynağa Gözat

check versions

justheuristic 3 yıl önce
ebeveyn
işleme
6210b1a1d0
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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