Skip to content

Commit

Permalink
Update transformers to version v4.49.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Rogozhkin <[email protected]>
  • Loading branch information
dvrogozh committed Feb 18, 2025
1 parent 60271aa commit ce2bbd3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/check-transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
'tests.models.dpt.test_modeling_dpt_auto_backbone.DPTModelTest': {
'test_batching_equivalence': { 'flaky': True, 'cuda': 'passed' },
},
'tests.models.encoder_decoder.test_modeling_encoder_decoder.BartEncoderDecoderModelTest': {
'test_save_and_load_from_pretrained': { 'flaky': True, 'cuda': 'failed' },
},
'tests.models.git.test_modeling_git.GitModelTest': {
'test_generate_continue_from_past_key_values': { 'flaky': True, 'cuda': 'passed' },
'test_inputs_embeds_matches_input_ids': { 'cuda': 'passed' },
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_linux_transformers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
transformers:
required: false
type: string
default: 'v4.48.0'
default: 'v4.49.0'
description: Transformers version

permissions: read-all
Expand All @@ -56,7 +56,7 @@ jobs:
DisableScratchPages: ${{ inputs.driver == 'rolling' && '1' || '0' }}
python: ${{ inputs.python != '' && inputs.python || '3.10' }}
pytorch: ${{ inputs.pytorch != '' && inputs.pytorch || 'nightly' }}
transformers: ${{ inputs.transformers != '' && inputs.transformers || 'v4.48.0' }}
transformers: ${{ inputs.transformers != '' && inputs.transformers || 'v4.49.0' }}
PYTORCH_DEBUG_XPU_FALLBACK: '1'
TRANSFORMERS_TEST_DEVICE_SPEC: 'spec.py'
steps:
Expand Down

0 comments on commit ce2bbd3

Please sign in to comment.