Create meta.yaml
Browse files
meta.yaml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_info:
|
| 2 |
+
name: "anemll/anemll-DeepSeek-8B-ctx1024"
|
| 3 |
+
version: "0.1.0"
|
| 4 |
+
description: "Demonstarates running DeepSeek R1 8B on Apple Neural Engine"
|
| 5 |
+
license: "MIT"
|
| 6 |
+
author: "Anemml"
|
| 7 |
+
framework: "Core ML"
|
| 8 |
+
language: "Python"
|