Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: llama3.2
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3.2
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-3.2-1B-Instruct
|
5 |
+
tags:
|
6 |
+
- CoreML
|
7 |
+
---
|
8 |
+
CoreML conversion of Llama-3.2-1B-Instruct with a 512 context length. Optimized for Apple Neural Engine.
|
9 |
+
|
10 |
+
Use [this CLI](https://github.com/smpanaro/coreml-llm-cli) to download and run inference. macOS 14 (Sonoma) is required.
|