Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 ggml

dart pub get

dart --enable-experiment=native-assets run example/arange.dart
```

## Usage