ggml_library 0.0.10
ggml_library: ^0.0.10 copied to clipboard
GGML Is Library machine learning in dart with special feature speed up inference model in cpu only or any gpu
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ggml_libraryWith Flutter:
$ flutter pub add ggml_libraryThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ggml_library: ^0.0.10Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ggml_library/ggml_library.dart';