From 339428937fc4b3ee44a9c68dddd3c44fb51b3690 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 15 Aug 2026 20:51:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF Source: Original Platform --- .gitattributes | 48 ++++ OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf | 3 + OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf | 3 + OpenCodeInterpreter-DS-6.7B.fp16.gguf | 3 + OpenCodeInterpreter-DS-6.7B.imatrix-4096.dat | 3 + OpenCodeInterpreter-DS-6.7B.imatrix.dat | 3 + README.md | 245 +++++++++++++++++++ 15 files changed, 332 insertions(+) create mode 100644 .gitattributes create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.fp16.gguf create mode 100644 OpenCodeInterpreter-DS-6.7B.imatrix-4096.dat create mode 100644 OpenCodeInterpreter-DS-6.7B.imatrix.dat create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6306386 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,48 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt 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 +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz 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 +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl 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 +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* 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 +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.imatrix.dat filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.imatrix-4096.dat filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenCodeInterpreter-DS-6.7B.fp16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf b/OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf new file mode 100644 index 0000000..ac14c76 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a7a354e3cfa90f5f83b24038e597f864734b18a9b3e0704b9811c4b2bc3f7e +size 1530080256 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf b/OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf new file mode 100644 index 0000000..1ca9403 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd143f76dad81109a1eaf3c74ea3b02056135bdda00d27b929cb8a5fb4a7eb24 +size 2361355264 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf b/OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf new file mode 100644 index 0000000..1cf95d9 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ddc5ae5e42986d4b41635d603463f8839131cf7fe507bb6523c0997300e90c +size 2198170624 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf b/OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf new file mode 100644 index 0000000..6292a0f --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf589cf8f6c4df4e8223c4326dc8c65c439f2465889c3c22850c0cf8bece838a +size 2036411392 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf b/OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf new file mode 100644 index 0000000..a21fa8a --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac79dd9af220e66616f96a65742dcdf5a914b5e49b0d32f599447aaf6c4f322e +size 1856449536 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf b/OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf new file mode 100644 index 0000000..bfc489b --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dec50f77435d5879725943e319358ea6aba3b846f21e6a2b152053791fdc147 +size 3116608512 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf b/OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf new file mode 100644 index 0000000..3487cc3 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56abacbd52800bd9dd192d7dd2df1127ffaf5696781049f2c11b5a3949dd582 +size 2950048768 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf b/OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf new file mode 100644 index 0000000..25395b0 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2af5c984f90bce3800a04b3f98ff9626c96f5779f6495b20031c1231d4b0e71 +size 2798267392 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf b/OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf new file mode 100644 index 0000000..5895ac4 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98c4cedd0db1ad53f9f2b4d505ddc862dfad4dd621d93c6273531c9fcc8ba15 +size 2586995712 diff --git a/OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf b/OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf new file mode 100644 index 0000000..9504385 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4e9022ac9edfc4dc1367aa560da3cf19f02d8a259fb970bb6adab8551ecae3 +size 3621186560 diff --git a/OpenCodeInterpreter-DS-6.7B.fp16.gguf b/OpenCodeInterpreter-DS-6.7B.fp16.gguf new file mode 100644 index 0000000..d30e3e7 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.fp16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d1e33fd1951a9d77daf613151560d16ef43bbcaeef4e77c106fc9a5798bb70 +size 13482732256 diff --git a/OpenCodeInterpreter-DS-6.7B.imatrix-4096.dat b/OpenCodeInterpreter-DS-6.7B.imatrix-4096.dat new file mode 100644 index 0000000..ed88805 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.imatrix-4096.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2512d59a4ac64213584464f6f079f9e6a604f6ef4a5efae591a9b814affad41b +size 4562142 diff --git a/OpenCodeInterpreter-DS-6.7B.imatrix.dat b/OpenCodeInterpreter-DS-6.7B.imatrix.dat new file mode 100644 index 0000000..3c6ce25 --- /dev/null +++ b/OpenCodeInterpreter-DS-6.7B.imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d799acf6c89364444c40223faadf8696a469ad80d6621e0327e2a84524f59c42 +size 4562176 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ba7992a --- /dev/null +++ b/README.md @@ -0,0 +1,245 @@ +--- +base_model: m-a-p/OpenCodeInterpreter-DS-6.7B +language: +- en +pipeline_tag: text-generation +tags: +- code +license: apache-2.0 +model_creator: Multimodal Art Projection (M-A-P) +model_name: OpenCodeInterpreter DS 6.7B +model_type: deepseek +datasets: +- m-a-p/CodeFeedback-Filtered-Instruction +quantized_by: CISC +--- + +# OpenCodeInterpreter DS 6.7B - SOTA GGUF +- Model creator: [Multimodal Art Projection](https://huggingface.co/m-a-p) +- Original model: [OpenCodeInterpreter DS 6.7B](https://huggingface.co/m-a-p/OpenCodeInterpreter-DS-6.7B) + + +## Description + +This repo contains State Of The Art quantized GGUF format model files for [OpenCodeInterpreter DS 6.7B](https://huggingface.co/m-a-p/OpenCodeInterpreter-DS-6.7B). + +Quantization was done with an importance matrix that was trained for ~1M tokens (256 batches of 4096 tokens) of answers from the [CodeFeedback-Filtered-Instruction](https://huggingface.co/datasets/m-a-p/CodeFeedback-Filtered-Instruction) dataset. + +Everything has been reconverted and quantized with a new importance matrix using llama.cpp from April 29th 2024 onwards, as of commit [f4ab2a4](https://github.com/ggerganov/llama.cpp/commit/f4ab2a41476600a98067a9474ea8f9e6db41bcfa) to ensure correct pre-tokenization. The new GGUFs will work with older llama.cpp, but this may not generate correct prompt tokens, please use a recent build to ensure the best possible results! + + + + + +## Prompt template: DeepSeek + +``` +You are an AI programming assistant, utilizing the Deepseek Coder model, developed by Deepseek Company, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer. +### Instruction: +{prompt} +### Response: + +``` + + + + + +## Compatibility + +These quantised GGUFv3 files are compatible with llama.cpp from February 27th 2024 onwards, as of commit [0becb22](https://github.com/ggerganov/llama.cpp/commit/0becb22ac05b6542bd9d5f2235691aa1d3d4d307) + +They are also compatible with many third party UIs and libraries provided they are built using a recent llama.cpp. + +## Explanation of quantisation methods + +
+ Click to see details + +The new methods available are: + +* GGML_TYPE_IQ1_S - 1-bit quantization in super-blocks with an importance matrix applied, effectively using 1.56 bits per weight (bpw) +* GGML_TYPE_IQ1_M - 1-bit quantization in super-blocks with an importance matrix applied, effectively using 1.75 bpw +* GGML_TYPE_IQ2_XXS - 2-bit quantization in super-blocks with an importance matrix applied, effectively using 2.06 bpw +* GGML_TYPE_IQ2_XS - 2-bit quantization in super-blocks with an importance matrix applied, effectively using 2.31 bpw +* GGML_TYPE_IQ2_S - 2-bit quantization in super-blocks with an importance matrix applied, effectively using 2.5 bpw +* GGML_TYPE_IQ2_M - 2-bit quantization in super-blocks with an importance matrix applied, effectively using 2.7 bpw +* GGML_TYPE_IQ3_XXS - 3-bit quantization in super-blocks with an importance matrix applied, effectively using 3.06 bpw +* GGML_TYPE_IQ3_XS - 3-bit quantization in super-blocks with an importance matrix applied, effectively using 3.3 bpw +* GGML_TYPE_IQ3_S - 3-bit quantization in super-blocks with an importance matrix applied, effectively using 3.44 bpw +* GGML_TYPE_IQ3_M - 3-bit quantization in super-blocks with an importance matrix applied, effectively using 3.66 bpw +* GGML_TYPE_IQ4_XS - 4-bit quantization in super-blocks with an importance matrix applied, effectively using 4.25 bpw +* GGML_TYPE_IQ4_NL - 4-bit non-linearly mapped quantization with an importance matrix applied, effectively using 4.5 bpw + +Refer to the Provided Files table below to see what files use which methods, and how. +
+ + + +## Provided files + +| Name | Quant method | Bits | Size | Max RAM required | Use case | +| ---- | ---- | ---- | ---- | ---- | ----- | +| [OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ1_S.gguf) | IQ1_S | 1 | 1.5 GB| 3.5 GB | smallest, significant quality loss - **TBD**: Waiting for [this issue](https://github.com/ggerganov/llama.cpp/issues/5996) to be resolved | +| [OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ2_XXS.gguf) | IQ2_XXS | 2 | 1.8 GB| 3.8 GB | very small, high quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ2_XS.gguf) | IQ2_XS | 2 | 1.9 GB| 3.9 GB | very small, high quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ2_S.gguf) | IQ2_S | 2 | 2.1 GB| 4.1 GB | small, substantial quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ2_M.gguf) | IQ2_M | 2 | 2.2 GB| 4.2 GB | small, greater quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ3_XXS.gguf) | IQ3_XXS | 3 | 2.5 GB| 4.5 GB | very small, high quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ3_XS.gguf) | IQ3_XS | 3 | 2.7 GB| 4.7 GB | small, substantial quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ3_S.gguf) | IQ3_S | 3 | 2.8 GB| 4.8 GB | small, greater quality loss | +| [OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf) | IQ3_M | 3 | 3.0 GB| 5.0 GB | medium, balanced quality - recommended | +| [OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.IQ4_XS.gguf) | IQ4_XS | 4 | 3.4 GB| 5.4 GB | small, substantial quality loss | + +Generated importance matrix file: [OpenCodeInterpreter-DS-6.7B.imatrix.dat](https://huggingface.co/CISCai/OpenCodeInterpreter-DS-6.7B-SOTA-GGUF/blob/main/OpenCodeInterpreter-DS-6.7B.imatrix.dat) + +**Note**: the above RAM figures assume no GPU offloading with 4K context. If layers are offloaded to the GPU, this will reduce RAM usage and use VRAM instead. + + + + +## Example `llama.cpp` command + +Make sure you are using `llama.cpp` from commit [0becb22](https://github.com/ggerganov/llama.cpp/commit/0becb22ac05b6542bd9d5f2235691aa1d3d4d307) or later. + +```shell +./main -ngl 33 -m OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf --color -c 16384 --temp 0.7 --repeat_penalty 1.1 -n -1 -p "You are an AI programming assistant, utilizing the Deepseek Coder model, developed by Deepseek Company, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.\n### Instruction:\n{prompt}\n### Response:" +``` + +Change `-ngl 33` to the number of layers to offload to GPU. Remove it if you don't have GPU acceleration. + +Change `-c 16384` to the desired sequence length. + +If you want to have a chat-style conversation, replace the `-p ` argument with `-i -ins` + +If you are low on V/RAM try quantizing the K-cache with `-ctk q8_0` or even `-ctk q4_0` for big memory savings (depending on context size). +There is a similar option for V-cache (`-ctv`), however that is [not working yet](https://github.com/ggerganov/llama.cpp/issues/4425). + +For other parameters and how to use them, please refer to [the llama.cpp documentation](https://github.com/ggerganov/llama.cpp/blob/master/examples/main/README.md) + +## How to run from Python code + +You can use GGUF models from Python using the [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) module. + +### How to load this model in Python code, using llama-cpp-python + +For full documentation, please see: [llama-cpp-python docs](https://llama-cpp-python.readthedocs.io/en/latest/). + +#### First install the package + +Run one of the following commands, according to your system: + +```shell +# Prebuilt wheel with basic CPU support +pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu +# Prebuilt wheel with NVidia CUDA acceleration +pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121 (or cu122 etc.) +# Prebuilt wheel with Metal GPU acceleration +pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/metal +# Build base version with no GPU acceleration +pip install llama-cpp-python +# With NVidia CUDA acceleration +CMAKE_ARGS="-DLLAMA_CUDA=on" pip install llama-cpp-python +# Or with OpenBLAS acceleration +CMAKE_ARGS="-DLLAMA_BLAS=ON -DLLAMA_BLAS_VENDOR=OpenBLAS" pip install llama-cpp-python +# Or with CLBLast acceleration +CMAKE_ARGS="-DLLAMA_CLBLAST=on" pip install llama-cpp-python +# Or with AMD ROCm GPU acceleration (Linux only) +CMAKE_ARGS="-DLLAMA_HIPBLAS=on" pip install llama-cpp-python +# Or with Metal GPU acceleration for macOS systems only +CMAKE_ARGS="-DLLAMA_METAL=on" pip install llama-cpp-python +# Or with Vulkan acceleration +CMAKE_ARGS="-DLLAMA_VULKAN=on" pip install llama-cpp-python +# Or with Kompute acceleration +CMAKE_ARGS="-DLLAMA_KOMPUTE=on" pip install llama-cpp-python +# Or with SYCL acceleration +CMAKE_ARGS="-DLLAMA_SYCL=on -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx" pip install llama-cpp-python + +# In windows, to set the variables CMAKE_ARGS in PowerShell, follow this format; eg for NVidia CUDA: +$env:CMAKE_ARGS = "-DLLAMA_CUDA=on" +pip install llama-cpp-python +``` + +#### Simple llama-cpp-python example code + +```python +from llama_cpp import Llama + +# Chat Completion API + +llm = Llama(model_path="./OpenCodeInterpreter-DS-6.7B.IQ3_M.gguf", n_gpu_layers=33, n_ctx=16384) +print(llm.create_chat_completion( + messages = [ + {"role": "system", "content": "You are an expert AI coding assistant."}, + { + "role": "user", + "content": "Pick a LeetCode challenge and solve it in Python." + } + ] +)) +``` + + + + +# Original model card: Multimodal Art Projection's OpenCodeInterpreter DS 6.7B + +

OpenCodeInterpreter: Integrating Code Generation with Execution and Refinement

+ +

+OpenCodeInterpreter +

+

+ [🏠Homepage] + | + [🛠️Code] +

+
+ +## Introduction +OpenCodeInterpreter is a family of open-source code generation systems designed to bridge the gap between large language models and advanced proprietary systems like the GPT-4 Code Interpreter. It significantly advances code generation capabilities by integrating execution and iterative refinement functionalities. + +For further information and related work, refer to our paper: ["OpenCodeInterpreter: A System for Enhanced Code Generation and Execution"](https://arxiv.org/abs/2402.14658) available on arXiv. + +## Model Information +This model is based on [deepseek-coder-6.7b-base](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-base). + +## Model Usage +### Inference + +```python +import torch +from transformers import AutoTokenizer, AutoModelForCausalLM +model_path="m-a-p/OpenCodeInterpreter-DS-6.7B" + +tokenizer = AutoTokenizer.from_pretrained(model_path) +model = AutoModelForCausalLM.from_pretrained( + model_path, + torch_dtype=torch.bfloat16, + device_map="auto", +) +model.eval() + +prompt = "Write a function to find the shared elements from the given two lists." +inputs = tokenizer.apply_chat_template( + [{'role': 'user', 'content': prompt }], + return_tensors="pt" + ).to(model.device) +outputs = model.generate( + inputs, + max_new_tokens=1024, + do_sample=False, + pad_token_id=tokenizer.eos_token_id, + eos_token_id=tokenizer.eos_token_id, +) +print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True)) +``` + + +## Contact + +If you have any inquiries, please feel free to raise an issue or reach out to us via email at: xiangyue.work@gmail.com, zhengtianyu0428@gmail.com. +We're here to assist you!" + + +