mirror of
https://github.com/trholding/llama2.c.git
synced 2026-02-06 11:26:53 +00:00
11 lines
183 B
YAML
11 lines
183 B
YAML
name: llama2.dart
|
|
description: A one file implementation of llama2 inference
|
|
version: 1.0.0
|
|
|
|
environment:
|
|
sdk: ^3.1.0
|
|
|
|
# Add regular dependencies here.
|
|
dependencies:
|
|
args: ^2.4.2
|