Small fix to LNL performance tests (#12331)
This commit is contained in:
		
							parent
							
								
									522cdf8e9d
								
							
						
					
					
						commit
						e2adc974fd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/llm_performance_tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/llm_performance_tests.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -615,7 +615,7 @@ jobs:
 | 
			
		|||
            if [ ${{ inputs.dgpu }} == "true"  ]; then
 | 
			
		||||
              test_platform+=("\"perf-dgpu\"")
 | 
			
		||||
            fi
 | 
			
		||||
            printf 'platform=["%s"]\n' "$(IFS=','; echo "${test_platform[*]}")" >> "$GITHUB_OUTPUT"
 | 
			
		||||
            printf 'platform=[%s]\n' "$(IFS=','; echo "${test_platform[*]}")" >> "$GITHUB_OUTPUT"
 | 
			
		||||
          else
 | 
			
		||||
            echo 'platform=["perf-mtl", "perf-lnl"]' >> "$GITHUB_OUTPUT"
 | 
			
		||||
          fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue