This commit is contained in:
Xuan Son Nguyen 2024-11-20 15:01:09 +01:00
parent f09a9b68e1
commit e34c9d78a4

View file

@ -262,7 +262,7 @@ class ServerPreset:
server.n_predict = 64
server.seed = 42
return server
@staticmethod
def bert_bge_small() -> ServerProcess:
server = ServerProcess()