13 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			257 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
repo_id:
 | 
						|
  - 'THUDM/chatglm-6b'
 | 
						|
  - 'THUDM/chatglm2-6b'
 | 
						|
  - 'meta-llama/Llama-2-7b-chat-hf'
 | 
						|
local_model_hub: 'path to your local model hub'
 | 
						|
warm_up: 1
 | 
						|
num_trials: 3
 | 
						|
in_out_pairs:
 | 
						|
  - '32-32'
 | 
						|
  - '1024-128'
 | 
						|
test_api:
 | 
						|
  - "transformer_int4"
 | 
						|
  - "native_int4"
 |