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

https://github.com/ditsuke/bert.cpp.flake


https://github.com/ditsuke/bert.cpp.flake

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# bert.cpp.flake

## Usage as a flake

[![FlakeHub](https://img.shields.io/endpoint?url=https://flakehub.com/f/ditsuke/bert.cpp/badge)](https://flakehub.com/flake/ditsuke/bert.cpp)

Add bert.cpp to your `flake.nix`:

```nix
{
inputs.bert.cpp.url = "https://flakehub.com/f/ditsuke/bert.cpp/*.tar.gz";

outputs = { self, bert.cpp }: {
# Use in your outputs
};
}

```