Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: llama2
|
3 |
-
base_model:
|
4 |
-
- meta-llama/Llama-2-7b-hf
|
5 |
-
- smpanaro/Llama-2-7b-NuGPTQ
|
6 |
-
|
|
|
|
|
7 |
CoreML conversion of Llama 2 7B from [smpanaro/Llama-2-7b-NuGPTQ](https://huggingface.co/smpanaro/Llama-2-7b-NuGPTQ).
|
8 |
|
9 |
Use [this CLI](https://github.com/smpanaro/coreml-llm-cli) to download and run inference. macOS 14 (Sonoma) is required.
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
base_model:
|
4 |
+
- meta-llama/Llama-2-7b-hf
|
5 |
+
- smpanaro/Llama-2-7b-NuGPTQ
|
6 |
+
tags:
|
7 |
+
- coreml
|
8 |
+
---
|
9 |
CoreML conversion of Llama 2 7B from [smpanaro/Llama-2-7b-NuGPTQ](https://huggingface.co/smpanaro/Llama-2-7b-NuGPTQ).
|
10 |
|
11 |
Use [this CLI](https://github.com/smpanaro/coreml-llm-cli) to download and run inference. macOS 14 (Sonoma) is required.
|