https://github.com/ditsuke/bert.cpp.flake
https://github.com/ditsuke/bert.cpp.flake
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ditsuke/bert.cpp.flake
- Owner: ditsuke
- Created: 2023-09-06T09:37:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T13:29:46.000Z (about 2 years ago)
- Last Synced: 2025-01-02T00:11:05.129Z (about 1 year ago)
- Language: Nix
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bert.cpp.flake
## Usage as a flake
[](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
};
}
```