PR for metadata overrride merged to llama.cpp . Update repo to match
Browse files- .gitmodules +1 -1
- README.md +1 -1
- TinyLLama-v0-5M-F16.llamafile +2 -2
- llama.cpp +1 -1
- llamafile +1 -1
- maykeye_tinyllama-metadata.json +2 -2
.gitmodules
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
url = https://huggingface.co/Maykeye/TinyLLama-v0
|
4 |
[submodule "llama.cpp"]
|
5 |
path = llama.cpp
|
6 |
-
url = git@github.com:
|
7 |
[submodule "llamafile"]
|
8 |
path = llamafile
|
9 |
url = git@github.com:Mozilla-Ocho/llamafile.git
|
|
|
3 |
url = https://huggingface.co/Maykeye/TinyLLama-v0
|
4 |
[submodule "llama.cpp"]
|
5 |
path = llama.cpp
|
6 |
+
url = git@github.com:ggerganov/llama.cpp.git
|
7 |
[submodule "llamafile"]
|
8 |
path = llamafile
|
9 |
url = git@github.com:Mozilla-Ocho/llamafile.git
|
README.md
CHANGED
@@ -58,7 +58,7 @@ llamafile is a new format introduced by Mozilla Ocho on Nov 20th 2023. It uses C
|
|
58 |
|
59 |
* You have already pulled in all the submodules including Maykeye's model in safe.tensor format
|
60 |
* Your git has LFS configured correctly or you get this issue https://github.com/ggerganov/llama.cpp/issues/1994 where `safe.tensor` doesn't download properly (and only a small pointer file is downloaded)
|
61 |
-
*
|
62 |
|
63 |
## Replication Steps
|
64 |
|
|
|
58 |
|
59 |
* You have already pulled in all the submodules including Maykeye's model in safe.tensor format
|
60 |
* Your git has LFS configured correctly or you get this issue https://github.com/ggerganov/llama.cpp/issues/1994 where `safe.tensor` doesn't download properly (and only a small pointer file is downloaded)
|
61 |
+
* Within llama.cpp repo we already merged a [PR](https://github.com/ggerganov/llama.cpp/pull/4858) for some changes to convert.py to support metadata override (to add some missing authorship information)
|
62 |
|
63 |
## Replication Steps
|
64 |
|
TinyLLama-v0-5M-F16.llamafile
CHANGED
@@ -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:65f4dec0c5d74d643abd288c33bed2ef34fe7a8edfa2df1d725c4fbd63678b61
|
3 |
+
size 18560827
|
llama.cpp
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit b1f8af1886e8187db6bb2a9b87cfc1c0f175f629
|
llamafile
CHANGED
@@ -1 +1 @@
|
|
1 |
-
Subproject commit
|
|
|
1 |
+
Subproject commit d4099feff737f3be9a4bed017f1315a4d2cb773a
|
maykeye_tinyllama-metadata.json
CHANGED
@@ -5,6 +5,6 @@
|
|
5 |
"general.url": "https://huggingface.co/mofosyne/TinyLLama-v0-llamafile",
|
6 |
"general.description": "This gguf is ported from a first version of Maykeye attempt at recreating roneneldan/TinyStories-1M but using Llama architecture",
|
7 |
"general.license": "apache-2.0",
|
8 |
-
"general.
|
9 |
-
"general.
|
10 |
}
|
|
|
5 |
"general.url": "https://huggingface.co/mofosyne/TinyLLama-v0-llamafile",
|
6 |
"general.description": "This gguf is ported from a first version of Maykeye attempt at recreating roneneldan/TinyStories-1M but using Llama architecture",
|
7 |
"general.license": "apache-2.0",
|
8 |
+
"general.source.url": "https://huggingface.co/Maykeye/TinyLLama-v0",
|
9 |
+
"general.source.huggingface.repository": "https://huggingface.co/Maykeye/TinyLLama-v0"
|
10 |
}
|