anemll commited on
Commit
a8edd3e
·
verified ·
1 Parent(s): 4e3924e

Create meta.yaml

Browse files
Files changed (1) hide show
  1. meta.yaml +8 -0
meta.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ model_info:
2
+ name: "anemll-LLAMA32-1B-ctx1024"
3
+ version: "0.1.0"
4
+ description: "Demonstarates running LLAMA 3.2 1B on Apple Neural Engine"
5
+ license: "MIT"
6
+ author: "Anemml"
7
+ framework: "Core ML"
8
+ language: "Python"