Skip to content

Commit

Permalink
Merge pull request #135 from qthequartermasterman/fix-ci-for-old-torch
Browse files Browse the repository at this point in the history
ci: install torch after the rest of the dependencies in CI to force correct version of numpy
  • Loading branch information
qthequartermasterman authored Oct 31, 2024
2 parents 8c53e52 + fbc2ef0 commit 0fa12f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
- name: Install uv
run: |
python -m pip install --upgrade uv
- name: Install dependencies
run: |
uv pip install ".[dev,huggingface]"
- name: Install Specific PyTorch version
if: ${{ inputs.torch-version != '' }}
run: |
uv pip install 'torch==${{ inputs.torch-version }}+cpu' --extra-index-url https://download.pytorch.org/whl/cpu
- name: Install dependencies
run: |
uv pip install ".[dev,huggingface]"
- name: Lint with ruff
if: ${{ inputs.lint }}
run: |
Expand Down

23 comments on commit 0fa12f1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54296%108, 124
TOTAL4684590% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 15s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54591%108, 118, 124, 128–129
TOTAL4684890% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 10s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4684790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 14s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54591%108, 118, 124, 128–129
TOTAL4684890% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 18s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54591%108, 118, 124, 128–129
TOTAL4684890% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 19s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54394%108, 118, 124
TOTAL4684690% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 17s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54591%108, 118, 124, 128–129
TOTAL4684890% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 18s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54394%108, 118, 124
TOTAL4684690% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 21s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4684790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 15s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54591%108, 118, 124, 128–129
TOTAL4684890% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 27s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54591%108, 118, 124, 128–129
TOTAL4584890% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 15s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4684790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 39s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4584790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 14s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54296%108, 124
TOTAL4684590% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 37s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54296%108, 124
TOTAL4584590% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 18s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4684790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 10s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54394%108, 118, 124
TOTAL4684690% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 42s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4684790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 22s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54296%108, 124
TOTAL4684590% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 19s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4584790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 12s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4684790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 39s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54296%108, 124
TOTAL4584590% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 15s ⏱️

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
hypothesis_torch
   huggingface.py1072775%104–106, 134, 140, 157, 164, 168, 172, 176–177, 180, 191–194, 196, 198–200, 203, 206, 210, 215, 258, 261, 270
   inspection_util.py33197%31
   module.py811581%164, 168, 198, 200, 204, 206, 215, 219–221, 254–259
   optim.py54493%108, 124, 128–129
TOTAL4584790% 

Tests Skipped Failures Errors Time
1221 1163 💤 0 ❌ 0 🔥 1m 18s ⏱️

Please sign in to comment.