Upload 10 files
Browse files- .gitattributes +9 -0
- README.md +42 -0
- llama3.2-typhoon2-3b-instruct-fp16-00001-of-00002.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-fp16-00002-of-00002.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-iq4_nl.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-q4_0.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-q4_k_m.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-q5_0.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-q5_k_m.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-q6_k.gguf +3 -0
- llama3.2-typhoon2-3b-instruct-q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
llama3.2-typhoon2-3b-instruct-fp16-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
llama3.2-typhoon2-3b-instruct-fp16-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
llama3.2-typhoon2-3b-instruct-iq4_nl.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
llama3.2-typhoon2-3b-instruct-q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
llama3.2-typhoon2-3b-instruct-q4_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
llama3.2-typhoon2-3b-instruct-q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
llama3.2-typhoon2-3b-instruct-q5_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
llama3.2-typhoon2-3b-instruct-q6_k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
llama3.2-typhoon2-3b-instruct-q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.2
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
base_model: scb10x/llama3.2-typhoon2-3b-instruct
|
| 5 |
+
tags:
|
| 6 |
+
- llama-cpp
|
| 7 |
+
- gguf-my-repo
|
| 8 |
+
---
|
| 9 |
+
# Float16-cloud/llama3.2-typhoon2-3b-instruct-gguf
|
| 10 |
+
This model was converted to GGUF format from [`scb10x/llama3.2-typhoon2-3b-instruct`](https://huggingface.co/scb10x/llama3.2-typhoon2-3b-instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 11 |
+
Refer to the [original model card](https://huggingface.co/scb10x/llama3.2-typhoon2-3b-instruct) for more details on the model.
|
| 12 |
+
## Use with llama.cpp
|
| 13 |
+
Install llama.cpp through brew (works on Mac and Linux)
|
| 14 |
+
```bash
|
| 15 |
+
brew install llama.cpp
|
| 16 |
+
```
|
| 17 |
+
Invoke the llama.cpp server or the CLI.
|
| 18 |
+
### CLI:
|
| 19 |
+
```bash
|
| 20 |
+
llama-cli --hf-repo Float16-cloud/llama3.2-typhoon2-3b-instruct-gguf --hf-file llama3.2-typhoon2-3b-instruct-iq4_nl.gguf -p "The meaning to life and the universe is"
|
| 21 |
+
```
|
| 22 |
+
### Server:
|
| 23 |
+
```bash
|
| 24 |
+
llama-server --hf-repo Float16-cloud/llama3.2-typhoon2-3b-instruct-gguf --hf-file llama3.2-typhoon2-3b-instruct-iq4_nl.gguf -c 2048
|
| 25 |
+
```
|
| 26 |
+
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
| 27 |
+
Step 1: Clone llama.cpp from GitHub.
|
| 28 |
+
```
|
| 29 |
+
git clone https://github.com/ggerganov/llama.cpp
|
| 30 |
+
```
|
| 31 |
+
Step 2: Move into the llama.cpp folder and build it with `LLAMA_CURL=1` flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
|
| 32 |
+
```
|
| 33 |
+
cd llama.cpp && LLAMA_CURL=1 make
|
| 34 |
+
```
|
| 35 |
+
Step 3: Run inference through the main binary.
|
| 36 |
+
```
|
| 37 |
+
./llama-cli --hf-repo Float16-cloud/llama3.2-typhoon2-3b-instruct-gguf --hf-file llama3.2-typhoon2-3b-instruct-iq4_nl.gguf -p "The meaning to life and the universe is"
|
| 38 |
+
```
|
| 39 |
+
or
|
| 40 |
+
```
|
| 41 |
+
./llama-server --hf-repo Float16-cloud/llama3.2-typhoon2-3b-instruct-gguf --hf-file llama3.2-typhoon2-3b-instruct-iq4_nl.gguf -c 2048
|
| 42 |
+
```
|
llama3.2-typhoon2-3b-instruct-fp16-00001-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c07f737fbace5047720361977224cf928d8f093052d1a26cd72dae2e70a62cf
|
| 3 |
+
size 3967109376
|
llama3.2-typhoon2-3b-instruct-fp16-00002-of-00002.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ba65449c155137324941c18d9465cf8479cb5aa05cc10b3240d26f49678fe97
|
| 3 |
+
size 2466576928
|
llama3.2-typhoon2-3b-instruct-iq4_nl.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5657d33d8e7816bcbf158228d7928be9bc154cad7608ba1a61d3eb078b47fca8
|
| 3 |
+
size 1926625888
|
llama3.2-typhoon2-3b-instruct-q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:179350eee25024620731f5b8d407d8ec664f6f36fb073444dc72e2a231c8a204
|
| 3 |
+
size 1917188704
|
llama3.2-typhoon2-3b-instruct-q4_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54b4e575db46f11533e8e8bea0873c56c6bfd186be1ed6b682a0912162a79d89
|
| 3 |
+
size 2019375712
|
llama3.2-typhoon2-3b-instruct-q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce6f3899960e5b30fa070653e190c35accbde1321bb69d163dad8c342b217ffe
|
| 3 |
+
size 2269510240
|
llama3.2-typhoon2-3b-instruct-q5_k_m.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41a2a5897fbd964c864cec0721005495205a03121a647d738dba38c3b86e8acc
|
| 3 |
+
size 2322152032
|
llama3.2-typhoon2-3b-instruct-q6_k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a52491275b94c3beaa2493b2b6494d90ba9cca6c4896facfd24a1a3c2df9e6dc
|
| 3 |
+
size 2643851872
|
llama3.2-typhoon2-3b-instruct-q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7f4327c69870337aa6e66e6a073832772c327648bb9c3f63cc39ab489f0339a
|
| 3 |
+
size 3421897312
|