mmnga commited on
Commit
a386a77
·
verified ·
1 Parent(s): a663932

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
  Llama-3_3-Nemotron-Super-49B-v1-IQ4_NL.gguf 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
  Llama-3_3-Nemotron-Super-49B-v1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1edbb888d43f74814ee68f46af0f6ded161d86063a91d3c15187c7a0dd8daebb
3
+ size 30215576224
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/ggerganov/llama.cpp.git
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