ModelParamsPigeon constructor

ModelParamsPigeon({
  1. int? nCtx,
  2. int? nBatchSize,
  3. int? nThreads,
  4. int? nGpuLayers,
})

Implementation

ModelParamsPigeon({
  this.nCtx,
  this.nBatchSize,
  this.nThreads,
  this.nGpuLayers,
});