Skip to content

Commit

Permalink
Merge pull request #41 from qthequartermasterman/dependabot/pip/main/…
Browse files Browse the repository at this point in the history
…transformers-gte-4.0.0-and-lte-4.40.2

chore(deps): update transformers requirement from <=4.40.0,>=4.0.0 to >=4.0.0,<=4.40.2
  • Loading branch information
qthequartermasterman authored May 13, 2024
2 parents 229887c + 06102ea commit 7e9a01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ _ = "hypothesis_torch.register_random_torch_state:_register_random_torch_state"

[project.optional-dependencies]
huggingface = [
"transformers<=4.40.0,>=4.0.0",
"transformers>=4.0.0,<=4.40.2",
]
dev = [
"ruff==0.4.3",
Expand Down

5 comments on commit 7e9a01a

@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
   device.py19195%43
   huggingface.py1052774%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49394%102, 112, 118
   tensor.py79692%147, 155, 157, 173, 179, 181
TOTAL4605388% 

Tests Skipped Failures Errors Time
1256 1205 💤 0 ❌ 0 🔥 1m 8s ⏱️

@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
   device.py19195%43
   huggingface.py1052774%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49296%102, 118
   tensor.py77692%147, 155, 157, 173, 179, 181
   utils.py17194%33
TOTAL4505388% 

Tests Skipped Failures Errors Time
1256 1205 💤 0 ❌ 0 🔥 1m 9s ⏱️

@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
   device.py19195%43
   huggingface.py1052774%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49394%102, 112, 118
   tensor.py79692%147, 155, 157, 173, 179, 181
TOTAL4605388% 

Tests Skipped Failures Errors Time
1249 1198 💤 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
   device.py19195%43
   huggingface.py1052972%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265, 270–271
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49394%102, 112, 118
   tensor.py77692%147, 155, 157, 173, 179, 181
   utils.py17194%33
TOTAL4505688% 

Tests Skipped Failures Errors Time
1256 1209 💤 0 ❌ 0 🔥 1m 0s ⏱️

@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
   device.py19195%43
   huggingface.py1052774%104–106, 130, 136, 153, 160, 164, 168, 172–173, 176, 187–190, 192, 194–196, 199, 202, 206, 211, 254, 257, 265
   inspection_util.py33197%30
   module.py801581%163, 167, 197, 199, 203, 205, 214, 218–220, 253–258
   optim.py49296%102, 118
   tensor.py79692%147, 155, 157, 173, 179, 181
TOTAL4605289% 

Tests Skipped Failures Errors Time
1256 1205 💤 0 ❌ 0 🔥 1m 15s ⏱️

Please sign in to comment.