Instructions to use Chen2921/Kimi-K2.7-Code-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Chen2921/Kimi-K2.7-Code-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S # Run inference directly in the terminal: llama cli -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S # Run inference directly in the terminal: llama cli -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S # Run inference directly in the terminal: ./llama-cli -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Use Docker
docker model run hf.co/Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
- LM Studio
- Jan
- Ollama
How to use Chen2921/Kimi-K2.7-Code-GGUF with Ollama:
ollama run hf.co/Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
- Unsloth Studio
How to use Chen2921/Kimi-K2.7-Code-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Chen2921/Kimi-K2.7-Code-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Chen2921/Kimi-K2.7-Code-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Chen2921/Kimi-K2.7-Code-GGUF to start chatting
- Pi
How to use Chen2921/Kimi-K2.7-Code-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Chen2921/Kimi-K2.7-Code-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use Chen2921/Kimi-K2.7-Code-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use Chen2921/Kimi-K2.7-Code-GGUF with Docker Model Runner:
docker model run hf.co/Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
- Lemonade
How to use Chen2921/Kimi-K2.7-Code-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Chen2921/Kimi-K2.7-Code-GGUF:IQ2_S
Run and chat with the model
lemonade run user.Kimi-K2.7-Code-GGUF-IQ2_S
List all available models
lemonade list
Duplicate from AesSedai/Kimi-K2.7-Code-GGUF
Browse filesCo-authored-by: Aes Sedai <[email protected]>
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +93 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00001-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00002-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00003-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00004-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00005-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00006-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00007-of-00008.gguf +3 -0
- IQ2_S/Kimi-K2.7-Code-IQ2_S-00008-of-00008.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00001-of-00007.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00002-of-00007.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00003-of-00007.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00004-of-00007.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00005-of-00007.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00006-of-00007.gguf +3 -0
- IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00007-of-00007.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00001-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00002-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00003-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00004-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00005-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00006-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00007-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00008-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00009-of-00010.gguf +3 -0
- IQ3_S/Kimi-K2.7-Code-IQ3_S-00010-of-00010.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00001-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00002-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00003-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00004-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00005-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00006-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00007-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00008-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00009-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00010-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00011-of-00012.gguf +3 -0
- Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00012-of-00012.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00001-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00002-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00003-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00004-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00005-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00006-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00007-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00008-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00009-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00010-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00011-of-00014.gguf +3 -0
- Q4_X/Kimi-K2.7-Code-Q4_X-00012-of-00014.gguf +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz 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 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00001-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00002-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00003-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00004-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00005-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00006-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00007-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00008-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00009-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00010-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00011-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00012-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00013-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Q4_X/Kimi-K2.7-Code-Q4_X-00014-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00001-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00002-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00003-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00004-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00005-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00006-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00007-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00008-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00009-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00010-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00011-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00012-of-00012.gguf filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
kld_data/01_kld_vs_filesize.png filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
kld_data/02_ppl_vs_filesize.png filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
mmproj-Kimi-K2.7-Code-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
mmproj-Kimi-K2.7-Code-F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
mmproj-Kimi-K2.7-Code-F32.gguf filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
mmproj-Kimi-K2.7-Code-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00001-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00002-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00003-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00004-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 73 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00005-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00006-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 75 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00007-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 76 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00008-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 77 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00009-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 78 |
+
IQ3_S/Kimi-K2.7-Code-IQ3_S-00010-of-00010.gguf filter=lfs diff=lfs merge=lfs -text
|
| 79 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00001-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 80 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00002-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00003-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00004-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 83 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00005-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 84 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00006-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 85 |
+
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00007-of-00007.gguf filter=lfs diff=lfs merge=lfs -text
|
| 86 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00001-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 87 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00002-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 88 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00003-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 89 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00004-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 90 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00005-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 91 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00006-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 92 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00007-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
| 93 |
+
IQ2_S/Kimi-K2.7-Code-IQ2_S-00008-of-00008.gguf filter=lfs diff=lfs merge=lfs -text
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00001-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb80e782a4eb7403b6e459884df39e759e6c09e5b6210d8b1c11150bf169bad2
|
| 3 |
+
size 6912768
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00002-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cee17a65db84ccaf4f02007f16e3a9d92ab37af68ffec0eec0aa951f947c57f9
|
| 3 |
+
size 49945981472
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00003-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e02f59a80f2aaa78ba8763af84ca77dd907e3aefd5ac5e61885e6ebf46cafc5f
|
| 3 |
+
size 49447587744
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00004-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0df6a6fb3c3dc1514360ba554be20ec117179f67b1f65c634b48e9cc3570c99
|
| 3 |
+
size 49447587744
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00005-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:921570da8906031644ca4e0d04f5c56ab90c91c3e318496959f8aa95b3ccbac9
|
| 3 |
+
size 49799909280
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00006-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cba259e24bb5e4edbb5cc3c9fab11dd7a3fb8b3a2613135b0069f0c5a1f7d697
|
| 3 |
+
size 49376911008
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00007-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a71d11cd25d6059856f3e1bb9625378126ed3011d0fcd750e10d9e32b67847fa
|
| 3 |
+
size 49711828896
|
IQ2_S/Kimi-K2.7-Code-IQ2_S-00008-of-00008.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e5aa21883c155436c3a9c6b307860428604c1c380e0d2611eca9e6927c38485
|
| 3 |
+
size 37058990464
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00001-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d89b9a9945205f70dbe5bce6f79ff1047b6295efc98237b0936637dc34052298
|
| 3 |
+
size 6912768
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00002-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c05999cdd4f584fec87bb514444ee5b0500074d64ca08ce88260ba2522944ee9
|
| 3 |
+
size 49970132416
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00003-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b91e4957717ceade242b050c3843b156f886baaac93db9702cca49ceb8292872
|
| 3 |
+
size 49778214080
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00004-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd57532f532306acff75c4b6adcfd7153c4b1db927c9fc5a93c4db5b265e46d8
|
| 3 |
+
size 49611094976
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00005-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb62769db9894cedc3cddc0712ec1dc1933ff839c899e4dcf64f12df4d9b7850
|
| 3 |
+
size 49707537344
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00006-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4650f9a548c87e923c1f46868380bb03c6e44ef3f57059660b4038f160bf4eb5
|
| 3 |
+
size 47956968512
|
IQ2_XXS/Kimi-K2.7-Code-IQ2_XXS-00007-of-00007.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:419a30f8910aee5e153417e9f087a17714b5741ed68d787da769ad58b5d8ce03
|
| 3 |
+
size 35136819712
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00001-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fa1217e6bf568f2476a78c3ca1f196a10035df7116bdf69c1e7a16b837c1268
|
| 3 |
+
size 6912768
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00002-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77143717a8ef6df5d9d44fb021907f41303bcccda15f70ebb08c05d3e11e0c2e
|
| 3 |
+
size 48355593248
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00003-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0dba38e6b4190c333871a7982c8c1b32674b37e6ae093c5f3009c55d31c7bfd
|
| 3 |
+
size 48879356768
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00004-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9a0e0336af2d27d4414436b28b5321616f7134e01298764ca8ee0f7c1e6bbdf
|
| 3 |
+
size 49107919744
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00005-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc4e07774098a18e5cbb01861d3062dcfadd3282c1c7200906ce1a61dbe32487
|
| 3 |
+
size 49044478720
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00006-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb2a3345b9365ebf271627b37ca907e344e43ba4c2023b3c64c88cb49a40f80f
|
| 3 |
+
size 49971319936
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00007-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97afa85a1a9bf676dab04c79acd1137ed94967610419403487ecc94e471592f7
|
| 3 |
+
size 48295795456
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00008-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b9c690a371dfd500280a69e0d6fe880aa2dcfc950e4a3bdec4c3bcc7c2d3c42
|
| 3 |
+
size 49971319936
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00009-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9af501c5379fa7d6170704233d07381bff95c0d02eb8e2c0b60f0c24e3dc552
|
| 3 |
+
size 48059996800
|
IQ3_S/Kimi-K2.7-Code-IQ3_S-00010-of-00010.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d603479400f8ae6f2d9780b03e8c9c23ac6e84978da8ac4aa5e04208e00371b
|
| 3 |
+
size 13699444000
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00001-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8dff1f0eb2b0bf64999159a2dcb26d52d3ab59cf941f86f6c23cdf655cd7b56
|
| 3 |
+
size 6912992
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00002-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbbdfed8c910512c22205ccd217be951a77fd2cdba9773f2e1064b0fdffc22c4
|
| 3 |
+
size 49670242976
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00003-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:160ed7bfb4724fdfd8f1835ab9dee548a4fe93d5fbcfba6d4b9e6b0ce27fda31
|
| 3 |
+
size 49083768736
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00004-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eedfed0099534bc615c9a3f667456ed32e36eaa6486e735d73c3377fbf80233a
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00005-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52e11700585a12edaecdadcf426539b151f932b9f5dfa3ece8ef4fea4fd94ca5
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00006-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27f782a482bc7dc20eb168fb86d6819174468fa1566c5cb376d4b16eac62f302
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00007-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ec752252fdaf10372aef7681ef30380e9403b665f8b2f6bd44ec8e2e7bf3d1d
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00008-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21ecdaebd850562d50c263c06d31d4700cc51fd76dcf410659f3341ca318a870
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00009-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7002bbd9f16251aac7062318a817a94aa68cab4946bf54fbabdc2b11f27ce94
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00010-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6590823a7139d359cb22ce66e607df93da46686528e5061ca2fa9ab6d8b48bfc
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00011-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e04cabd0f42c2cc67c783314a8f6880c2b1dcbaffc521a2200a092ccc9b37dc
|
| 3 |
+
size 49083768800
|
Q3_K_L/Kimi-K2.7-Code-Q3_K_L-00012-of-00012.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4845e558b6986466b0217b8bb0c338feec418c45a7f476df0c8a27ac458cf84e
|
| 3 |
+
size 2437808384
|
Q4_X/Kimi-K2.7-Code-Q4_X-00001-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb28b977ca370b4c7eb4af005607ebc4e89b6eac5c06ad0f7aac7102c28d37e4
|
| 3 |
+
size 6912704
|
Q4_X/Kimi-K2.7-Code-Q4_X-00002-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f102be787da86a4aac79b7dfdc6494874324cc85ece4e45abc52afba0cb3e996
|
| 3 |
+
size 48227764256
|
Q4_X/Kimi-K2.7-Code-Q4_X-00003-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89fb7712d8bed69d8bb7711bf72b2abdfe30bef5ae38052b3b7fa412ce473ec8
|
| 3 |
+
size 48389973248
|
Q4_X/Kimi-K2.7-Code-Q4_X-00004-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f877aa68d1d8dc8c2a8d2b524f9ab48036d36bebb26720d4e8b7ea8194b59b6
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00005-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af6536329c917c540cb6836f4c01116625e4988c53d8ac7bffa2ef1fe55b8050
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00006-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec43a68ce0b74b5fab325301df74ee8e2101e2c054c87d13953b07190b07ef06
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00007-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9df412dbd52c69a4336316d03e740cae35a7399094ef9a64e07dfa16635ecb34
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00008-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2d81255165052a24968a8f38f0bf33c3de5ed1afce90f29156d8d3f49e51c46
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00009-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c22d79912f1ecd3ec8ae25bb026e8b16ce6a3bda092eb013c91938a331c7e36
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00010-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b8ea23ffa13a2d9f532f7ba94b046e426ae774b6106d340de2d45c5913124ef
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00011-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33cb554c2d84fc1ba865457df6c08bc4a3d22a39a17d462089bf56b42667f9a1
|
| 3 |
+
size 48389973344
|
Q4_X/Kimi-K2.7-Code-Q4_X-00012-of-00014.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3e784c728cd56a0eb9b19437a96f02fca37f196b1b6db7ae7097986856b01ed
|
| 3 |
+
size 48389973344
|