File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ class OVCLIExportTestCase(unittest.TestCase):
181181                    "image-text-to-text" ,
182182                    "qwen2_vl" ,
183183                    'int4 --group-size 4 --ratio 0.9 --sensitivity-metric "mean_activation_magnitude" ' 
184-                     "--dataset contextual --num-samples 1 --trust-remote-code " ,
184+                     "--dataset contextual --num-samples 1" ,
185185                    {"int8" : 8 , "int4" : 22 },
186186                ),
187187            ]
Original file line number Diff line number Diff line change @@ -418,15 +418,14 @@ class OVWeightCompressionTest(unittest.TestCase):
418418                (
419419                    OVModelForVisualCausalLM ,
420420                    "qwen2_vl" ,
421-                     True ,
421+                     False ,
422422                    dict (
423423                        bits = 4 ,
424424                        group_size = 16 ,
425425                        dataset = "contextual" ,
426426                        ratio = 0.8 ,
427427                        sensitivity_metric = "mean_activation_magnitude" ,
428428                        num_samples = 1 ,
429-                         trust_remote_code = True ,
430429                    ),
431430                    {"int4" : 20 , "int8" : 10 },
432431                ),
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments