cacheDir property

  1. @override
String cacheDir
final

Directory path for storing model related tokenizer and cache weights. The user is responsible for providing the directory that can be writable by the program. Used by CPU only.

Implementation

@override
final String cacheDir;