smpanaro commited on
Commit
1122b87
1 Parent(s): 07183f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,6 +1,9 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
4
  CoreML conversion of Llama 2 7B from [smpanaro/Llama-2-7b-NuGPTQ](https://huggingface.co/smpanaro/Llama-2-7b-NuGPTQ).
5
 
6
  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
+ ---
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.