cacheDir property

  1. @override
String get cacheDir
override

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
String get cacheDir => throw UnimplementedError();