getPath method

String getPath(
  1. String dir
)

Get local path of model file

Implementation

String getPath(String dir) {
  return '$dir/ggml-$modelName.bin';
}