mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	* llama : move end-user examples to tools directory --------- Co-authored-by: Xuan Son Nguyen <son@huggingface.co>
		
			
				
	
	
		
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			183 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
global:
 | 
						|
  scrape_interval:     10s
 | 
						|
  external_labels:
 | 
						|
    llamacpp: 'server'
 | 
						|
 | 
						|
scrape_configs:
 | 
						|
  - job_name: 'llama.cpp server'
 | 
						|
    static_configs:
 | 
						|
      - targets: ['localhost:8080']
 |