Text Generation
llamafile
English
tinyllama
llama
Bojun-Feng commited on
Commit
b1d0515
1 Parent(s): 39b6f41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -55,12 +55,17 @@ I am not the original creator of Llamafile, all credit of LlamaFile goes to Jart
55
  # TinyLlama 1.1B Chat v1.0 - llamafile
56
  - Model creator: [TinyLlama](https://huggingface.co/TinyLlama)
57
  - Original model: [TinyLlama 1.1B Chat v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
58
- - Quantized GGUF Files Used: [TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF at commit 52e7645ba7c309695bec7ac98f4f005b139cf465](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/tree/52e7645ba7c309695bec7ac98f4f005b139cf465)
 
 
 
 
 
59
 
60
 
61
  ### How to Use
62
 
63
- Here is an edited excerpt of the detailed instruction at [LlamaFile Git Repo commit `8f73d39cf3a767897b8ade6dda45e5744c62356a`](https://github.com/Mozilla-Ocho/llamafile/tree/8f73d39cf3a767897b8ade6dda45e5744c62356a):
64
 
65
  > #### Quickstart
66
  >
@@ -96,7 +101,6 @@ Here is an edited excerpt of the detailed instruction at [LlamaFile Git Repo com
96
 
97
  Please note that LlamaFile is still under active development. Some methods may be not be compatible with the most recent documents.
98
 
99
-
100
  ### About llamafile
101
 
102
  llamafile is a new format introduced by Mozilla Ocho on Nov 20th 2023. It uses Cosmopolitan Libc to turn LLM weights into runnable llama.cpp binaries that run on the stock installs of six OSes for both ARM64 and AMD64.
 
55
  # TinyLlama 1.1B Chat v1.0 - llamafile
56
  - Model creator: [TinyLlama](https://huggingface.co/TinyLlama)
57
  - Original model: [TinyLlama 1.1B Chat v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
58
+ - Quantized GGUF files used: [TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF](https://huggingface.co/TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF/tree/52e7645ba7c309695bec7ac98f4f005b139cf465)
59
+ - Commit message "Upload README.md"
60
+ - Commit hash 52e7645ba7c309695bec7ac98f4f005b139cf465
61
+ - LlamaFile version used: [Mozilla-Ocho/llamafile](https://github.com/Mozilla-Ocho/llamafile/tree/8f73d39cf3a767897b8ade6dda45e5744c62356a)
62
+ - Commit message "Fix build ordering issue"
63
+ - Commit hash 8f73d39cf3a767897b8ade6dda45e5744c62356a
64
 
65
 
66
  ### How to Use
67
 
68
+ Here is an edited excerpt of the detailed instruction at the Git repo commit used to build llamafiles in this repository:
69
 
70
  > #### Quickstart
71
  >
 
101
 
102
  Please note that LlamaFile is still under active development. Some methods may be not be compatible with the most recent documents.
103
 
 
104
  ### About llamafile
105
 
106
  llamafile is a new format introduced by Mozilla Ocho on Nov 20th 2023. It uses Cosmopolitan Libc to turn LLM weights into runnable llama.cpp binaries that run on the stock installs of six OSes for both ARM64 and AMD64.