File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -828,6 +828,7 @@ jobs:
828828        CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 
829829        conda activate "${CONDA_ENV}" 
830830
831+         pip uninstall torch torchaudio torchvision -y 
831832
832833        # Install executorch 
833834        echo "::group::Set up ExecuTorch" 
@@ -848,7 +849,7 @@ jobs:
848849
849850        echo "::group::Run tests" 
850851        export OUTPUT_DIR="$(pwd)/${MODEL}_${RECIPE}_${QUANTIZE}" 
851-         ${CONDA_RUN}  python .ci/scripts/test_huggingface_optimum_model.py --model ${MODEL} --recipe ${RECIPE} ${QUANTIZE} --model_dir ${OUTPUT_DIR} 
852+         python .ci/scripts/test_huggingface_optimum_model.py --model ${MODEL} --recipe ${RECIPE} ${QUANTIZE} --model_dir ${OUTPUT_DIR} 
852853        echo "::endgroup::" 
853854
854855        echo "::group::Generate artifacts for performance profiling" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments