- 
                Notifications
    You must be signed in to change notification settings 
- Fork 151
Add test to ensure all supported models are tested #1458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Draft
      
      
            echarlaix
  wants to merge
  31
  commits into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
test-all-supported-models
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Draft
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            31 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      9e80aba
              
                add tests
              
              
                echarlaix 563de33
              
                reorder
              
              
                echarlaix e280b28
              
                rename
              
              
                echarlaix 252368c
              
                add olmo and smollm3
              
              
                echarlaix e8ad17d
              
                fix
              
              
                echarlaix f978fce
              
                add llama4 test
              
              
                echarlaix 226df98
              
                add min deepseek transformers version
              
              
                echarlaix 7a8a1d7
              
                remove min transformers constraint
              
              
                echarlaix 9b4b2e9
              
                add tiny llama4 model
              
              
                echarlaix 9559e2f
              
                add gpt-oss to documentation
              
              
                echarlaix 2389be1
              
                remove reorder as it makes things less clear for review
              
              
                echarlaix 1819b85
              
                add tests expected sdpa
              
              
                echarlaix 586d2e5
              
                add model doc
              
              
                echarlaix e9a7c7c
              
                merge main
              
              
                echarlaix 65ce535
              
                add ov attribute check for tests
              
              
                echarlaix 34ec242
              
                style
              
              
                echarlaix 9c30790
              
                style
              
              
                echarlaix 206246e
              
                add vlm check_openvino_model_attributes
              
              
                echarlaix a6035e9
              
                set back img size
              
              
                echarlaix a2cbaed
              
                fix longt5
              
              
                echarlaix 11cf624
              
                marian should not be tested depednign on openvino version
              
              
                echarlaix 76b3405
              
                add untested architectures for vision2seq models
              
              
                echarlaix a44664e
              
                phi4_multimodal
              
              
                echarlaix 21689cb
              
                add phi4_multimodal tiny model for test
              
              
                echarlaix 6c4f99d
              
                style
              
              
                echarlaix 63f22a9
              
                add helium and nemotron
              
              
                echarlaix 0e382c6
              
                merge main in branch
              
              
                echarlaix b96d316
              
                fix doc
              
              
                echarlaix f0f15d3
              
                fix nemotron
              
              
                echarlaix 9c3e916
              
                merge main in branch
              
              
                echarlaix d67b8c4
              
                revert
              
              
                echarlaix File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only tested for transformers >= v4.46
https://github.com/huggingface/optimum-intel/blob/v1.25.0/tests/openvino/test_modeling.py#L1163