unbound max num gpu layers (#591)

---------

Co-authored-by: Michael Yang <mxyng@pm.me>
This commit is contained in:
Bruce MacDonald
2023-09-25 23:36:46 +01:00
committed by GitHub
parent b934bf23e6
commit 86279f4ae3
4 changed files with 36 additions and 29 deletions

View File

@@ -77,6 +77,7 @@ type model interface {
ModelFamily() string
ModelType() string
FileType() string
NumLayers() int64
}
type container interface {