7c40a67841 
								
							 
						 
						
							
							
								
								Save and load sessions ( #2063 )  
							
							
							
						 
						
							2024-01-25 12:12:36 -08:00  
				
					
						
							
							
								 
						
							
								fedd705aea 
								
							 
						 
						
							
							
								
								Mechanical switch from log to slog  
							
							... 
							
							
							
							A few obvious levels were adjusted, but generally everything mapped to "info" level. 
							
						 
						
							2024-01-18 14:12:57 -08:00  
				
					
						
							
							
								 
						
							
								38fe1a368b 
								
							 
						 
						
							
							
								
								fix: trim space in modelfile fields  
							
							
							
						 
						
							2023-12-05 11:57:29 -08:00  
				
					
						
							
							
								 
						
							
								a0c3e989de 
								
							 
						 
						
							
							
								
								deprecate modelfile embed command ( #759 )  
							
							
							
						 
						
							2023-10-16 11:07:37 -04:00  
				
					
						
							
							
								 
						
							
								6517bcc53c 
								
							 
						 
						
							
							
								
								Merge pull request  #290  from jmorganca/add-adapter-layers  
							
							... 
							
							
							
							implement loading ggml lora adapters through the modelfile 
							
						 
						
							2023-08-10 17:23:01 -07:00  
				
					
						
							
							
								 
						
							
								21e6197c0b 
								
							 
						 
						
							
							
								
								Merge pull request  #322  from jmorganca/no-comment-warning  
							
							... 
							
							
							
							no warning on comments 
							
						 
						
							2023-08-10 16:24:41 -07:00  
				
					
						
							
							
								 
						
							
								20bf000e55 
								
							 
						 
						
							
							
								
								no warning on comments  
							
							
							
						 
						
							2023-08-10 16:22:38 -07:00  
				
					
						
							
							
								 
						
							
								40d0c4a1dc 
								
							 
						 
						
							
							
								
								length check for parameters  
							
							
							
						 
						
							2023-08-10 16:09:02 -07:00  
				
					
						
							
							
								 
						
							
								6de5d032e1 
								
							 
						 
						
							
							
								
								implement loading ggml lora adapters through the modelfile  
							
							
							
						 
						
							2023-08-10 09:23:39 -07:00  
				
					
						
							
							
								 
						
							
								a6f6d18f83 
								
							 
						 
						
							
							
								
								embed text document in modelfile  
							
							
							
						 
						
							2023-08-08 11:27:17 -04:00  
				
					
						
							
							
								 
						
							
								9c7f30d31c 
								
							 
						 
						
							
							
								
								use max scan token size to hold large objects  
							
							
							
						 
						
							2023-07-28 11:43:31 -07:00  
				
					
						
							
							
								 
						
							
								f5ac8ddfb4 
								
							 
						 
						
							
							
								
								refactor scan multiline for reuse  
							
							
							
						 
						
							2023-07-27 11:30:51 -07:00  
				
					
						
							
							
								 
						
							
								24c2c77057 
								
							 
						 
						
							
							
								
								fix multiline string  
							
							... 
							
							
							
							the data needs to remove the multiline quotes but include the command:
e.g.
TEMPLATE """
my template values
"""
should be
TEMPLATE
my template values
after scanning 
							
						 
						
							2023-07-25 11:51:43 -07:00  
				
					
						
							
							
								 
						
							
								f5f79049c2 
								
							 
						 
						
							
							
								
								Incorporate code review improvements  
							
							
							
						 
						
							2023-07-25 22:52:23 +05:30  
				
					
						
							
							
								 
						
							
								ed89da92b4 
								
							 
						 
						
							
							
								
								Improve command parsing and multiline string handling  
							
							
							
						 
						
							2023-07-24 18:11:13 +05:30  
				
					
						
							
							
								 
						
							
								d59b164fa2 
								
							 
						 
						
							
							
								
								add prompt back to parser  
							
							
							
						 
						
							2023-07-20 01:13:30 -07:00  
				
					
						
							
							
								 
						
							
								3b135ac963 
								
							 
						 
						
							
							
								
								parser: fix case where multi line string termination error wouldnt show  
							
							
							
						 
						
							2023-07-20 00:43:22 -07:00  
				
					
						
							
							
								 
						
							
								e6bae8d916 
								
							 
						 
						
							
							
								
								parser: keep seeking until eof  
							
							
							
						 
						
							2023-07-20 00:37:52 -07:00  
				
					
						
							
							
								 
						
							
								df146c41e2 
								
							 
						 
						
							
							
								
								separate prompt into template and system  
							
							
							
						 
						
							2023-07-19 23:24:31 -07:00  
				
					
						
							
							
								 
						
							
								572fc9099f 
								
							 
						 
						
							
							
								
								add license layers to the parser ( #116 )  
							
							
							
						 
						
							2023-07-18 22:49:38 -07:00  
				
					
						
							
							
								 
						
							
								1f45f7bb52 
								
							 
						 
						
							
							
								
								convert commands to uppercase in parser  
							
							
							
						 
						
							2023-07-17 15:34:08 -07:00  
				
					
						
							
							
								 
						
							
								2fb52261ad 
								
							 
						 
						
							
							
								
								basic distribution w/ push/pull ( #78 )  
							
							... 
							
							
							
							* basic distribution w/ push/pull
* add the parser
* add create, pull, and push
* changes to the parser, FROM line, and fix commands
* mkdirp new manifest directories
* make `blobs` directory if it does not exist
* fix go warnings
* add progressbar for model pulls
* move model struct
---------
Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com> 
							
						 
						
							2023-07-16 17:02:22 -07:00