update to new format
Browse files- README.md +1 -1
- params.json +1 -0
- tokenizer.model +0 -0
- llama-2-7b.npz → weights.npz +2 -2
README.md
CHANGED
@@ -26,7 +26,7 @@ export HF_HUB_ENABLE_HF_TRANSFER=1
|
|
26 |
huggingface-cli download --local-dir Llama-2-7b-mlx mlx-llama/Llama-2-7b-mlx
|
27 |
|
28 |
# Run example
|
29 |
-
python mlx-examples/llama/llama.py Llama-2-7b-mlx/
|
30 |
```
|
31 |
|
32 |
Please, refer to the [original model card](https://huggingface.co/meta-llama/Llama-2-7b/tree/main) for details on Llama 2.
|
|
|
26 |
huggingface-cli download --local-dir Llama-2-7b-mlx mlx-llama/Llama-2-7b-mlx
|
27 |
|
28 |
# Run example
|
29 |
+
python mlx-examples/llama/llama.py Llama-2-7b-mlx/ Llama-2-7b-chat-mlx/tokenizer.model "My name is "
|
30 |
```
|
31 |
|
32 |
Please, refer to the [original model card](https://huggingface.co/meta-llama/Llama-2-7b/tree/main) for details on Llama 2.
|
params.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-05, "vocab_size": -1}
|
tokenizer.model
CHANGED
Binary files a/tokenizer.model and b/tokenizer.model differ
|
|
llama-2-7b.npz → weights.npz
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:626b9b6158cc36a3eec08eec6e4cca444d76ece81ec3dd820f3c954037e398c9
|
3 |
+
size 13476919308
|