feat: support for GPU layer
This commit is contained in:
@@ -126,7 +126,7 @@ export class ChatOllama
|
||||
this.mirostatTau = fields.mirostatTau;
|
||||
this.numBatch = fields.numBatch;
|
||||
this.numCtx = fields.numCtx;
|
||||
this.numGpu = fields.numGpu;
|
||||
this.numGpu = fields.numGpu === null ? undefined : fields.numGpu;
|
||||
this.numGqa = fields.numGqa;
|
||||
this.numKeep = fields.numKeep;
|
||||
this.numPredict = fields.numPredict;
|
||||
|
||||
Reference in New Issue
Block a user