Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- Llama-3.1-Nemotron-Nano-8B-v1-IQ3_XXS.gguf +3 -0
- README.md +1 -1
.gitattributes
CHANGED
@@ -43,3 +43,4 @@ Llama-3.1-Nemotron-Nano-8B-v1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
43 |
Llama-3.1-Nemotron-Nano-8B-v1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
Llama-3.1-Nemotron-Nano-8B-v1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
Llama-3.1-Nemotron-Nano-8B-v1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
43 |
Llama-3.1-Nemotron-Nano-8B-v1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
Llama-3.1-Nemotron-Nano-8B-v1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
Llama-3.1-Nemotron-Nano-8B-v1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
Llama-3.1-Nemotron-Nano-8B-v1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
Llama-3.1-Nemotron-Nano-8B-v1-IQ3_XXS.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c4edbcfb287a5911a69916815241ef7b83e09f39efbdc069dd7f9277ce02787
|
3 |
+
size 3274914880
|
README.md
CHANGED
@@ -18,7 +18,7 @@ imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingfac
|
|
18 |
## Usage
|
19 |
|
20 |
```
|
21 |
-
git clone https://github.com/
|
22 |
cd llama.cpp
|
23 |
cmake -B build -DGGML_CUDA=ON
|
24 |
cmake --build build --config Release
|
|
|
18 |
## Usage
|
19 |
|
20 |
```
|
21 |
+
git clone https://github.com/ggml-org/llama.cpp.git
|
22 |
cd llama.cpp
|
23 |
cmake -B build -DGGML_CUDA=ON
|
24 |
cmake --build build --config Release
|