mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	examples : add readme files
This commit is contained in:
		
							
								
								
									
										7
									
								
								examples/lookahead/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								examples/lookahead/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
			
		||||
# llama.cpp/examples/lookahead
 | 
			
		||||
 | 
			
		||||
Demonstartion of lookahead decoding technique:
 | 
			
		||||
 | 
			
		||||
https://lmsys.org/blog/2023-11-21-lookahead-decoding/
 | 
			
		||||
 | 
			
		||||
More info: https://github.com/ggerganov/llama.cpp/pull/4207
 | 
			
		||||
							
								
								
									
										8
									
								
								examples/speculative/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								examples/speculative/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
# llama.cpp/examples/speculative
 | 
			
		||||
 | 
			
		||||
Demonstartion of speculative decoding and tree-based speculative decoding techniques
 | 
			
		||||
 | 
			
		||||
More info:
 | 
			
		||||
 | 
			
		||||
- https://github.com/ggerganov/llama.cpp/pull/2926
 | 
			
		||||
- https://github.com/ggerganov/llama.cpp/pull/3624
 | 
			
		||||
		Reference in New Issue
	
	Block a user