File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ download_ai_lite_core() {
1313  API_BASE=" https://soc-developer.semiconductor.samsung.com/api/v1/resource/ai-litecore/download" 
1414  API_KEY=$SAMSUNG_AI_LITECORE_KEY 
1515
16-   VERSION=" 0.5 " 
16+   VERSION=" 0.7 " 
1717  OS_NAME=" Ubuntu 22.04" 
1818  OUT_FILE=" /tmp/exynos-ai-litecore-v${VERSION} .tar.gz" 
1919  TARGET_PATH=" /tmp/exynos_ai_lite_core" 
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ jobs:
937937        done 
938938
939939        # Test quant models 
940-         model_scripts="deeplab_v3 edsr inception_v3 inception_v4 mobilenet_v2 resnet18 resnet50 vit wav2letter" 
940+         model_scripts="deeplab_v3 edsr inception_v3 inception_v4 mobilenet_v2 mobilenet_v3  resnet18 resnet50 vit wav2letter" 
941941        for m_script in $model_scripts; do 
942942          python -m executorch.examples.samsung.scripts.${m_script} -c e9955 -p A8W8 
943943        done 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments