[LLM] Skip CPU performance test for now (#9291)
* Skip llm cpu performance test for now * Add install for wheel package
This commit is contained in:
		
							parent
							
								
									46ab0419b8
								
							
						
					
					
						commit
						21631209a9
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/llm_performance_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/llm_performance_tests.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -26,6 +26,7 @@ jobs:
 | 
			
		|||
  llm-cpp-build:
 | 
			
		||||
    uses: ./.github/workflows/llm-binary-build.yml
 | 
			
		||||
  llm-performance-test:
 | 
			
		||||
    if: false # skip cpu performance test for now; may add it back with separated runner
 | 
			
		||||
    needs: llm-cpp-build
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
| 
						 | 
				
			
			@ -99,6 +100,7 @@ jobs:
 | 
			
		|||
        shell: bash
 | 
			
		||||
        run: |
 | 
			
		||||
          python -m pip install --upgrade pip
 | 
			
		||||
          python -m pip install --upgrade wheel
 | 
			
		||||
          python -m pip install --upgrade omegaconf
 | 
			
		||||
          python -m pip install --upgrade pandas
 | 
			
		||||
          python -m pip install --upgrade einops
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue