commit 0d34153c55b26d7820d4bf8e7f888e76f13f72bc Author: ModelHub XC Date: Sat Jul 18 09:37:07 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53d7257 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*.tfevents* filter=lfs diff=lfs merge=lfs -text +*.db* filter=lfs diff=lfs merge=lfs -text +*.ark* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.gguf* filter=lfs diff=lfs merge=lfs -text +*.ggml filter=lfs diff=lfs merge=lfs -text +*.llamafile* filter=lfs diff=lfs merge=lfs -text +*.pt2 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8fb1f1f --- /dev/null +++ b/README.md @@ -0,0 +1,170 @@ +--- +quantized_by: bartowski +pipeline_tag: text-generation +base_model: nvidia/OpenReasoning-Nemotron-7B +base_model_relation: quantized +--- + +## Llamacpp imatrix Quantizations of OpenReasoning-Nemotron-7B by nvidia + +Using llama.cpp release b5934 for quantization. + +Original model: https://huggingface.co/nvidia/OpenReasoning-Nemotron-7B + +All quants made using imatrix option with dataset from [here](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) + +Run them in [LM Studio](https://lmstudio.ai/) + +Run them directly with [llama.cpp](https://github.com/ggerganov/llama.cpp), or any other llama.cpp based project + +## Prompt format + +``` +<|im_start|>system +{system_prompt}<|im_end|> +<|im_start|>user +{prompt}<|im_end|> +<|im_start|>assistant +``` + +## Download a file (not the whole branch) from below: + +| Filename | Quant type | File Size | Split | Description | +| -------- | ---------- | --------- | ----- | ----------- | +| [OpenReasoning-Nemotron-7B-bf16.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-bf16.gguf) | bf16 | 15.24GB | false | Full BF16 weights. | +| [OpenReasoning-Nemotron-7B-Q8_0.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q8_0.gguf) | Q8_0 | 8.10GB | false | Extremely high quality, generally unneeded but max available quant. | +| [OpenReasoning-Nemotron-7B-Q6_K_L.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q6_K_L.gguf) | Q6_K_L | 6.52GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q6_K.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q6_K.gguf) | Q6_K | 6.25GB | false | Very high quality, near perfect, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q5_K_L.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q5_K_L.gguf) | Q5_K_L | 5.78GB | false | Uses Q8_0 for embed and output weights. High quality, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q5_K_M.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q5_K_M.gguf) | Q5_K_M | 5.44GB | false | High quality, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q5_K_S.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q5_K_S.gguf) | Q5_K_S | 5.32GB | false | High quality, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q4_K_L.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q4_K_L.gguf) | Q4_K_L | 5.09GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q4_1.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q4_1.gguf) | Q4_1 | 4.87GB | false | Legacy format, similar performance to Q4_K_S but with improved tokens/watt on Apple silicon. | +| [OpenReasoning-Nemotron-7B-Q4_K_M.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q4_K_M.gguf) | Q4_K_M | 4.68GB | false | Good quality, default size for most use cases, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q3_K_XL.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q3_K_XL.gguf) | Q3_K_XL | 4.57GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. | +| [OpenReasoning-Nemotron-7B-Q4_K_S.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q4_K_S.gguf) | Q4_K_S | 4.46GB | false | Slightly lower quality with more space savings, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q4_0.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q4_0.gguf) | Q4_0 | 4.44GB | false | Legacy format, offers online repacking for ARM and AVX CPU inference. | +| [OpenReasoning-Nemotron-7B-IQ4_NL.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-IQ4_NL.gguf) | IQ4_NL | 4.44GB | false | Similar to IQ4_XS, but slightly larger. Offers online repacking for ARM CPU inference. | +| [OpenReasoning-Nemotron-7B-IQ4_XS.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-IQ4_XS.gguf) | IQ4_XS | 4.22GB | false | Decent quality, smaller than Q4_K_S with similar performance, *recommended*. | +| [OpenReasoning-Nemotron-7B-Q3_K_L.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q3_K_L.gguf) | Q3_K_L | 4.09GB | false | Lower quality but usable, good for low RAM availability. | +| [OpenReasoning-Nemotron-7B-Q3_K_M.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q3_K_M.gguf) | Q3_K_M | 3.81GB | false | Low quality. | +| [OpenReasoning-Nemotron-7B-IQ3_M.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-IQ3_M.gguf) | IQ3_M | 3.57GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. | +| [OpenReasoning-Nemotron-7B-Q2_K_L.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q2_K_L.gguf) | Q2_K_L | 3.55GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. | +| [OpenReasoning-Nemotron-7B-Q3_K_S.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q3_K_S.gguf) | Q3_K_S | 3.49GB | false | Low quality, not recommended. | +| [OpenReasoning-Nemotron-7B-IQ3_XS.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-IQ3_XS.gguf) | IQ3_XS | 3.35GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. | +| [OpenReasoning-Nemotron-7B-IQ3_XXS.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-IQ3_XXS.gguf) | IQ3_XXS | 3.11GB | false | Lower quality, new method with decent performance, comparable to Q3 quants. | +| [OpenReasoning-Nemotron-7B-Q2_K.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-Q2_K.gguf) | Q2_K | 3.02GB | false | Very low quality but surprisingly usable. | +| [OpenReasoning-Nemotron-7B-IQ2_M.gguf](https://huggingface.co/bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF/blob/main/nvidia_OpenReasoning-Nemotron-7B-IQ2_M.gguf) | IQ2_M | 2.78GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. | + +## Embed/output weights + +Some of these quants (Q3_K_XL, Q4_K_L etc) are the standard quantization method with the embeddings and output weights quantized to Q8_0 instead of what they would normally default to. + +## Downloading using huggingface-cli + +
+ Click to view download instructions + +First, make sure you have hugginface-cli installed: + +``` +pip install -U "huggingface_hub[cli]" +``` + +Then, you can target the specific file you want: + +``` +huggingface-cli download bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF --include "nvidia_OpenReasoning-Nemotron-7B-Q4_K_M.gguf" --local-dir ./ +``` + +If the model is bigger than 50GB, it will have been split into multiple files. In order to download them all to a local folder, run: + +``` +huggingface-cli download bartowski/nvidia_OpenReasoning-Nemotron-7B-GGUF --include "nvidia_OpenReasoning-Nemotron-7B-Q8_0/*" --local-dir ./ +``` + +You can either specify a new local-dir (nvidia_OpenReasoning-Nemotron-7B-Q8_0) or download them all in place (./) + +
+ +## ARM/AVX information + +Previously, you would download Q4_0_4_4/4_8/8_8, and these would have their weights interleaved in memory in order to improve performance on ARM and AVX machines by loading up more data in one pass. + +Now, however, there is something called "online repacking" for weights. details in [this PR](https://github.com/ggerganov/llama.cpp/pull/9921). If you use Q4_0 and your hardware would benefit from repacking weights, it will do it automatically on the fly. + +As of llama.cpp build [b4282](https://github.com/ggerganov/llama.cpp/releases/tag/b4282) you will not be able to run the Q4_0_X_X files and will instead need to use Q4_0. + +Additionally, if you want to get slightly better quality for , you can use IQ4_NL thanks to [this PR](https://github.com/ggerganov/llama.cpp/pull/10541) which will also repack the weights for ARM, though only the 4_4 for now. The loading time may be slower but it will result in an overall speed incrase. + +
+ Click to view Q4_0_X_X information (deprecated + +I'm keeping this section to show the potential theoretical uplift in performance from using the Q4_0 with online repacking. + +
+ Click to view benchmarks on an AVX2 system (EPYC7702) + +| model | size | params | backend | threads | test | t/s | % (vs Q4_0) | +| ------------------------------ | ---------: | ---------: | ---------- | ------: | ------------: | -------------------: |-------------: | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp512 | 204.03 ± 1.03 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp1024 | 282.92 ± 0.19 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | pp2048 | 259.49 ± 0.44 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg128 | 39.12 ± 0.27 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg256 | 39.31 ± 0.69 | 100% | +| qwen2 3B Q4_0 | 1.70 GiB | 3.09 B | CPU | 64 | tg512 | 40.52 ± 0.03 | 100% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp512 | 301.02 ± 1.74 | 147% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp1024 | 287.23 ± 0.20 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | pp2048 | 262.77 ± 1.81 | 101% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg128 | 18.80 ± 0.99 | 48% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg256 | 24.46 ± 3.04 | 83% | +| qwen2 3B Q4_K_M | 1.79 GiB | 3.09 B | CPU | 64 | tg512 | 36.32 ± 3.59 | 90% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp512 | 271.71 ± 3.53 | 133% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp1024 | 279.86 ± 45.63 | 100% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | pp2048 | 320.77 ± 5.00 | 124% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg128 | 43.51 ± 0.05 | 111% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg256 | 43.35 ± 0.09 | 110% | +| qwen2 3B Q4_0_8_8 | 1.69 GiB | 3.09 B | CPU | 64 | tg512 | 42.60 ± 0.31 | 105% | + +Q4_0_8_8 offers a nice bump to prompt processing and a small bump to text generation + +
+ +
+ +## Which file should I choose? + +
+ Click here for details + +A great write up with charts showing various performances is provided by Artefact2 [here](https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9) + +The first thing to figure out is how big a model you can run. To do this, you'll need to figure out how much RAM and/or VRAM you have. + +If you want your model running as FAST as possible, you'll want to fit the whole thing on your GPU's VRAM. Aim for a quant with a file size 1-2GB smaller than your GPU's total VRAM. + +If you want the absolute maximum quality, add both your system RAM and your GPU's VRAM together, then similarly grab a quant with a file size 1-2GB Smaller than that total. + +Next, you'll need to decide if you want to use an 'I-quant' or a 'K-quant'. + +If you don't want to think too much, grab one of the K-quants. These are in format 'QX_K_X', like Q5_K_M. + +If you want to get more into the weeds, you can check out this extremely useful feature chart: + +[llama.cpp feature matrix](https://github.com/ggerganov/llama.cpp/wiki/Feature-matrix) + +But basically, if you're aiming for below Q4, and you're running cuBLAS (Nvidia) or rocBLAS (AMD), you should look towards the I-quants. These are in format IQX_X, like IQ3_M. These are newer and offer better performance for their size. + +These I-quants can also be used on CPU, but will be slower than their K-quant equivalent, so speed vs performance is a tradeoff you'll have to decide. + +
+ +## Credits + +Thank you kalomaze and Dampf for assistance in creating the imatrix calibration dataset. + +Thank you ZeroWw for the inspiration to experiment with embed/output. + +Thank you to LM Studio for sponsoring my work. + +Want to support my work? Visit my ko-fi page here: https://ko-fi.com/bartowski diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file diff --git a/nvidia_OpenReasoning-Nemotron-7B-IQ2_M.gguf b/nvidia_OpenReasoning-Nemotron-7B-IQ2_M.gguf new file mode 100644 index 0000000..07879fe --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871dcc434d1bb2d0935d96e8de2e850acc217fba7c530f3c877fb681183fa9cc +size 2780340960 diff --git a/nvidia_OpenReasoning-Nemotron-7B-IQ3_M.gguf b/nvidia_OpenReasoning-Nemotron-7B-IQ3_M.gguf new file mode 100644 index 0000000..5b07e92 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45166429a2c5345f177f8fec73871c78424b0a98d56900882d6c04627d02ee67 +size 3574010592 diff --git a/nvidia_OpenReasoning-Nemotron-7B-IQ3_XS.gguf b/nvidia_OpenReasoning-Nemotron-7B-IQ3_XS.gguf new file mode 100644 index 0000000..a2869f4 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d622563f8b5f5010b32efb5b9cf8422423a0963deb0cb40261bfd3e17fe9451 +size 3346254560 diff --git a/nvidia_OpenReasoning-Nemotron-7B-IQ3_XXS.gguf b/nvidia_OpenReasoning-Nemotron-7B-IQ3_XXS.gguf new file mode 100644 index 0000000..a444b21 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84dc3fdbd0cf8fc93f9d0dabd2dc9a02108b43399a7900f1fca07838fc8a2ce +size 3114513120 diff --git a/nvidia_OpenReasoning-Nemotron-7B-IQ4_NL.gguf b/nvidia_OpenReasoning-Nemotron-7B-IQ4_NL.gguf new file mode 100644 index 0000000..5cc6369 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9918db82e761afe43dfbe8e9756bf370c5b8dae51253850d1a7ab5d1becca4de +size 4437811936 diff --git a/nvidia_OpenReasoning-Nemotron-7B-IQ4_XS.gguf b/nvidia_OpenReasoning-Nemotron-7B-IQ4_XS.gguf new file mode 100644 index 0000000..bce608f --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48e6e92d13ce6986f8ed4b351fa8b712de79e39070c08503767640e9372bc14 +size 4218471136 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q2_K.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q2_K.gguf new file mode 100644 index 0000000..80900e6 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67b0c6bd054ec3f53870154ce7f0d06627c6687624eff926b0d7845b0fcbe07 +size 3015938784 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q2_K_L.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q2_K_L.gguf new file mode 100644 index 0000000..55c9bcd --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q2_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308e8434912b9da16fa932a4c8f0297a60b61527cd2e8ca6147d2a209a2f34f0 +size 3548162784 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q3_K_L.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_L.gguf new file mode 100644 index 0000000..6448dd7 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b479210af19a0ebd70cedabf1e6f4e70b27df4a139d8db63e6d2ae300c89a1 +size 4088457952 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q3_K_M.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_M.gguf new file mode 100644 index 0000000..55fc14d --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9222f28c734c0df216ac2490a6ab8648304966365cdd3c985bda486cfd7254d +size 3808389856 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q3_K_S.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_S.gguf new file mode 100644 index 0000000..e511b62 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c306f13a8f2b0e4fcb0e9e06e963c9504fad6771b774407b4f4b9df514377346 +size 3492367072 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q3_K_XL.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_XL.gguf new file mode 100644 index 0000000..e663129 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q3_K_XL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb45e868a3fbf91ae9004380b0eba1818b532c00907c158a21a6d9291fd5c1d4 +size 4565330656 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q4_0.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q4_0.gguf new file mode 100644 index 0000000..2b3559c --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78883fee4c0021b7bd606a7be2c20aad1079fb34984858b73c5fe26c7680ed15 +size 4444119776 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q4_1.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q4_1.gguf new file mode 100644 index 0000000..2fce3ad --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0481b1da605713e690f13b4811f3a65b795d090f016116b60318dbe7d56973 +size 4873282272 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q4_K_L.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q4_K_L.gguf new file mode 100644 index 0000000..26c6f42 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q4_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a19469f1462fafddb034ff7401c95b1b720e4b54f036937ceaa031d720d1d8 +size 5087562464 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q4_K_M.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q4_K_M.gguf new file mode 100644 index 0000000..f67d5be --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b653bef711d6fdedab9d2b49d8806f6bf8acdcbefb4309bf38bc5f7655154ad6 +size 4683072224 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q4_K_S.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q4_K_S.gguf new file mode 100644 index 0000000..f9274bc --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a6a263e19b1b788f364fa9002efac9e242224103087e713c0449902ff71db +size 4457767648 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q5_K_L.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q5_K_L.gguf new file mode 100644 index 0000000..9d52912 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q5_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17640ca99d534337efbb0e512db9518038224e948951a35470d362df4b320ed4 +size 5781195488 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q5_K_M.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q5_K_M.gguf new file mode 100644 index 0000000..b42ce23 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8307fdbbf76d812378a6c9d1a0b1f98f43ca9bbbd899ddd3aed46d69637fa8 +size 5444829920 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q5_K_S.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q5_K_S.gguf new file mode 100644 index 0000000..9cc6a7a --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9eec129c9a3a4ed29bc9f9d51218037eda6c91d3d04efeb0a62a87f19fbedc +size 5315175136 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q6_K.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q6_K.gguf new file mode 100644 index 0000000..e84b992 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e13821d74d0a2e7da44d09246855f13cc81362bc1a8fdb47d988f6c2992bd1a5 +size 6254197472 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q6_K_L.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q6_K_L.gguf new file mode 100644 index 0000000..d640012 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q6_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8653dc1791f928844c78e3816a07d2f61782625ecf1b034dcfa0f7055eaa5be3 +size 6518180576 diff --git a/nvidia_OpenReasoning-Nemotron-7B-Q8_0.gguf b/nvidia_OpenReasoning-Nemotron-7B-Q8_0.gguf new file mode 100644 index 0000000..02e3872 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522c91605dd98e6fa0baab49f102141a876f3a36df3e3d4c1801275d61b16d99 +size 8098523872 diff --git a/nvidia_OpenReasoning-Nemotron-7B-bf16.gguf b/nvidia_OpenReasoning-Nemotron-7B-bf16.gguf new file mode 100644 index 0000000..f9aad21 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B-bf16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d905c1a5417f599ac4af5875a4e4559dade7f449dfb23c8f89c136b0b83d5e80 +size 15237851584 diff --git a/nvidia_OpenReasoning-Nemotron-7B.imatrix b/nvidia_OpenReasoning-Nemotron-7B.imatrix new file mode 100644 index 0000000..c76c171 --- /dev/null +++ b/nvidia_OpenReasoning-Nemotron-7B.imatrix @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39842d37ef7ac00b18a80a6a3880be02f3331f257e7afa47b88bf08c82c1dcf1 +size 4536678