forked from jan-leila/nix-config
		
	updated models listed for different configurations
This commit is contained in:
		
							parent
							
								
									95c8418591
								
							
						
					
					
						commit
						f623a33863
					
				
					 2 changed files with 12 additions and 1 deletions
				
			
		|  | @ -127,6 +127,17 @@ | ||||||
|       # Get rid of xTerm |       # Get rid of xTerm | ||||||
|       excludePackages = [pkgs.xterm]; |       excludePackages = [pkgs.xterm]; | ||||||
|     }; |     }; | ||||||
|  | 
 | ||||||
|  |     ollama = { | ||||||
|  |       enable = true; | ||||||
|  | 
 | ||||||
|  |       loadModels = [ | ||||||
|  |         "deepseek-coder:6.7b" | ||||||
|  |         "deepseek-r1:8b" | ||||||
|  |         "deepseek-r1:32b" | ||||||
|  |         "deepseek-r1:70b" | ||||||
|  |       ]; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   # disable computer sleeping |   # disable computer sleeping | ||||||
|  |  | ||||||
|  | @ -28,7 +28,7 @@ | ||||||
|     loadModels = [ |     loadModels = [ | ||||||
|       "deepseek-coder:6.7b" |       "deepseek-coder:6.7b" | ||||||
|       "deepseek-r1:8b" |       "deepseek-r1:8b" | ||||||
|       "deepseek-r1:70b" |       "deepseek-r1:32b" | ||||||
|     ]; |     ]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue