14 lines
		
	
	
		
			No EOL
		
	
	
		
			304 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			304 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: 'IPEX-LLM example tests'
 | 
						|
description: 'IPEX-LLM example tests'
 | 
						|
 | 
						|
runs:
 | 
						|
  using: "composite"
 | 
						|
  steps:
 | 
						|
    - name: Test LLAMA2
 | 
						|
      shell: bash
 | 
						|
      env:
 | 
						|
        INT4_CKPT_DIR: ./llm/ggml-actions/stable
 | 
						|
        LLM_DIR: ./llm
 | 
						|
      
 | 
						|
      run: |
 | 
						|
        bash python/llm/dev/test/run-example-tests.sh         |