* stable version test * trigger spr test * update * trigger * test * test * test * test * test * refine * release linux first
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			646 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			646 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
repo_id:
 | 
						|
  - 'meta-llama/Llama-2-7b-chat-hf'
 | 
						|
  - 'THUDM/chatglm2-6b'
 | 
						|
  - 'THUDM/chatglm3-6b'
 | 
						|
  - 'baichuan-inc/Baichuan2-7B-Chat'
 | 
						|
  - 'Qwen/Qwen-7B-Chat'
 | 
						|
local_model_hub: '/mnt/disk1/models'
 | 
						|
warm_up: 1
 | 
						|
num_trials: 3
 | 
						|
num_beams: 1 # default to greedy search
 | 
						|
low_bit: 'sym_int4' # default to use 'sym_int4' (i.e. symmetric int4)
 | 
						|
in_out_pairs:
 | 
						|
  - '32-32'
 | 
						|
  - '1024-128'
 | 
						|
  - '2048-256'
 | 
						|
test_api:
 | 
						|
  - "transformer_int4_gpu"  # on Intel GPU
 | 
						|
cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu win related test_api)
 | 
						|
exclude:
 | 
						|
  - 'fnlp/moss-moon-003-sft:1024'
 | 
						|
  - 'fnlp/moss-moon-003-sft:2048'
 | 
						|
  - 'bigscience/bloomz-7b1:2048'
 |