forked from open-webui/open-webui
		
	Show model size
This commit is contained in:
		
							parent
							
								
									e55a5dafde
								
							
						
					
					
						commit
						7c0332f963
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -761,7 +761,7 @@
 | 
			
		|||
										{/if}
 | 
			
		||||
										{#each $models.filter((m) => m.size != null) as model}
 | 
			
		||||
											<option value={model.name} class="bg-gray-100 dark:bg-gray-700"
 | 
			
		||||
												>{model.name}</option
 | 
			
		||||
												>{model.name + ' (' + (model.size / 1024 ** 3).toFixed(1) + ' GB)'}</option
 | 
			
		||||
											>
 | 
			
		||||
										{/each}
 | 
			
		||||
									</select>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue