mirror of
https://github.com/ollama/ollama.git
synced 2025-10-10 15:53:48 +02:00
add autoprune to remove unused layers (#491)
This commit is contained in:
@@ -363,6 +363,7 @@ func DeleteModelHandler(c *gin.Context) {
|
||||
}
|
||||
return
|
||||
}
|
||||
c.JSON(http.StatusOK, nil)
|
||||
}
|
||||
|
||||
func ShowModelHandler(c *gin.Context) {
|
||||
|
Reference in New Issue
Block a user