Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainyl/ggml.dart
ggml bindings for dart language
https://github.com/rainyl/ggml.dart
dart flutter ggml
Last synced: 7 days ago
JSON representation
ggml bindings for dart language
- Host: GitHub
- URL: https://github.com/rainyl/ggml.dart
- Owner: rainyl
- License: apache-2.0
- Created: 2024-04-22T02:34:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T02:57:49.000Z (6 months ago)
- Last Synced: 2024-05-08T03:36:53.962Z (6 months ago)
- Topics: dart, flutter, ggml
- Language: Dart
- Homepage: https://pub.dev/packages/ggml
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ggml.dart
[ggml](https://github.com/ggerganov/ggml) bindings for dart
## NOTE: WIP and EXPERIMENTAL, use with caution
## Features
## Getting started
```bash
dart pub add ggmldart pub get
dart --enable-experiment=native-assets run example/arange.dart
```## Usage