Instructions to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT", filename="GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00001-of-00804.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: llama-cli -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: llama-cli -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
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 Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: ./llama-cli -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
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 Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Use Docker
docker model run hf.co/Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
- LM Studio
- Jan
- Ollama
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with Ollama:
ollama run hf.co/Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
- Unsloth Studio
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT 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 Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT 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 Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT to start chatting
- Pi
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
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": "Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
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 Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Run Hermes
hermes
- Atomic Chat new
- Docker Model Runner
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with Docker Model Runner:
docker model run hf.co/Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
- Lemonade
How to use Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Thireus/GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT:Q2_K
Run and chat with the model
lemonade run user.GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT-Q2_K
List all available models
lemonade list
Thireus commited on
Commit ·
e97e3f9
1
Parent(s): 156b279
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_SPLIT
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +1 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00001-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00001-of-00804.gguf.sig +0 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00002-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00003-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00004-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00005-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00006-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00007-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00008-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00009-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00010-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00011-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00012-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00013-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00014-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00015-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00016-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00017-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00018-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00019-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00020-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00021-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00022-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00023-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00024-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00025-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00026-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00027-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00028-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00029-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00030-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00031-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00032-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00033-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00034-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00035-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00036-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00037-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00038-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00039-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00040-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00041-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00042-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00043-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00044-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00045-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00046-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00047-of-00804.gguf +3 -0
- GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00048-of-00804.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* 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
|
|
|
|
|
|
| 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 |
+
*.gguf filter=lfs diff=lfs merge=lfs -text
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00001-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14f5b8943ecfc1c67b93352be5cca852cd26f29ad3d10204ed8e91959b441029
|
| 3 |
+
size 9308864
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00001-of-00804.gguf.sig
ADDED
|
Binary file (566 Bytes). View file
|
|
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00002-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c8d570f33cc16374f89c80972f89fd5e74212e8801be7101bbee9682bf49eaf
|
| 3 |
+
size 170041536
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00003-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82b2e89488548b803d1f8394ba7ff6d6a7a71fb5605b88c1e5ab99d9cbda38bc
|
| 3 |
+
size 16544
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00004-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1201e0ea104f3725a1c02291971da1669465d66413b061afbc4969aa5bf7e01
|
| 3 |
+
size 25215168
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00005-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:976e3eaec2bfab3ab68439ac035b6a1009ea5f518fe40c727638b99227ed04b3
|
| 3 |
+
size 12279360
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00006-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a37e43546d90c18edd42da4ec1aca30a4a9e34b1f1ac58d23e0486afc06e026
|
| 3 |
+
size 12279360
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00007-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03363419b108a49cb02286b78e774d68c9c4e4557a3155b9b67c9cd74c005380
|
| 3 |
+
size 16544
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00008-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:282394bbda70059c39fd6dc893fd5a3dd155d5223b1d6eea98d65790af264e32
|
| 3 |
+
size 4256
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00009-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcaaf3c44f00e92ce31f980d1080766f4d910ec78c8ac0d13e63003ecccd3a57
|
| 3 |
+
size 1149120
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00010-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc1483cda322ba8dd53e4e5e1900b4be03de8b51f7f3ce0b11ec176d718c68d3
|
| 3 |
+
size 13770944
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00011-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b3b8d89a74d124d2ac9551043735851b1619f7bb86ce30416b7ccb1549d37a6
|
| 3 |
+
size 49312
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00012-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:103d069a1cce9c8f6980994210eade57f3591985504eef69e3c204759d45b348
|
| 3 |
+
size 13787328
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00013-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22e7faa30d9ebe424b2f397be18708e39e6834a9d290fc3d85853ac4b7008af6
|
| 3 |
+
size 4256
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00014-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55a63e2020136c972a804d765a28f60ca6bcf1953ab3c0d437325b2164d44e92
|
| 3 |
+
size 1149120
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00015-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c3406ff28fd3b9928f68684f954d5c4faab1857203e3cb3a91f2e8fc37669c8
|
| 3 |
+
size 1241514176
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00016-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:135fda52cfd09e67254adb8d7b541e766f9b005e5d8b457c77a51c1ea7c72660
|
| 3 |
+
size 16544
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00017-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b78a5c433646f270dd1bafc3dfe3f68ebfa762b34028810d1bc4f038ab71ac3
|
| 3 |
+
size 415236288
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00018-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acfe9718954dcc59ef9a688779e0424cdc1f3cb9aa381be71b44cdc6e6a3dc77
|
| 3 |
+
size 202211520
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00019-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cb913b0e9f92d2725182240dbadae3ccf43bd5c5570dc6065142b7179101f6b
|
| 3 |
+
size 202211520
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00020-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37554220bee97a7b86363da389b4762cabdaf20f5962a5c32277dfcbfa986ac6
|
| 3 |
+
size 704
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00021-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf0cb93ad0c6e70367c700a5c68074105484bc781b89918cc17b483c2021d954
|
| 3 |
+
size 2097344
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00022-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:050beb894e7d7a7f2da2df0159ae4e9e7a276776e0422b758804c046df3d3a4b
|
| 3 |
+
size 3244224
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00023-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d10faf6373a2488f489d7ffaff316039268d42c8ce53ac576582c10931253772
|
| 3 |
+
size 1579968
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00024-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea475b2468f26c3b33c326f55768d2004b967ba20a2006bb58176f69fe5448d1
|
| 3 |
+
size 1579968
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00025-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96a4c8b51923186123c96849b292bf20f7a83270e9a83ebf5d5599ceb60826b0
|
| 3 |
+
size 16544
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00026-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18ba7d2d114472f914e3c9b65824230103f8dd02171bb1a6ce24109aa4a23987
|
| 3 |
+
size 4256
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00027-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73dfe8c2cb84ccd24b9a23641922e31de59772bc56f5e343e800fe8ec1a9f7a0
|
| 3 |
+
size 1149120
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00028-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6c7a5bee2b377ff4629bd38c88bce6115e2acbb0ba4782b48c795ee1be6203a
|
| 3 |
+
size 13770944
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00029-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea00ef4979ddc28b661ca21468596e121b189c59aced7586be93c5f60ea9ce70
|
| 3 |
+
size 49312
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00030-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e02db831c7bc6098047541c4c87f943b7b153d1f6220556a3240c746226fc9
|
| 3 |
+
size 13787328
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00031-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:401b2c61bbea5780c6eaa5b1b6c0cfa5908c617bbc93a233d879045ba758d32c
|
| 3 |
+
size 4256
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00032-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e76740664de8f5d5ea13a8ce316f78a1dc9fd8f08aba55684ed6b2c1b6b2c42c
|
| 3 |
+
size 1149120
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00033-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1eff0f7ea6b1711ff9cf19f71cacfda5c4c0029431ec6db523e9b5da2f6a9c6
|
| 3 |
+
size 16544
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00034-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:020c8c0c20c7cb65b82bd00e0b8ef63c548babbdb1edd8550e4be9822997f037
|
| 3 |
+
size 415236288
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00035-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b631366d8af9dfd2775858f48223729f8bc520415671fe01999417342f9bf625
|
| 3 |
+
size 202211520
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00036-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0448cf88f20a149ae5d52c6aa20ff9fa87da7335852a9ba5579e3cda6563a401
|
| 3 |
+
size 202211520
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00037-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a2461ebb4ec55b3d8c79912ca31ad8cfd930bd7b49603bba75608f8317add17
|
| 3 |
+
size 704
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00038-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c81c7e9d506899e82bdef8cda1de0fcbd83b18eacc747504e9e1383935fac6f
|
| 3 |
+
size 2097344
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00039-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f4460efcbd3e84634ae1777b784517bf7c719244b5af0e107654379aca5cf90
|
| 3 |
+
size 3244224
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00040-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cec86bdb77ba831c8ef66265e19488a260bb72ca32d8d5223225b319b1d0382
|
| 3 |
+
size 1579968
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00041-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a795cac442d489c80ac28ea2c3a0ffec2530fd318cd8ca95243e959a526ba45
|
| 3 |
+
size 1579968
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00042-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21a89e72888f28efd7db4314d5826efc5257b5d18798af0a4ad5fff6b03d9e0e
|
| 3 |
+
size 16544
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00043-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:acf17c89b069808c7c9c2ac5b3159f0a5694acebecef450cc5b934fdccad1d41
|
| 3 |
+
size 4256
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00044-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75e51a5e2e18fe07038301e67519ae0b488cbdbea4e2ea8a6acb02efb508cdb3
|
| 3 |
+
size 1149120
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00045-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc9fb9ff33bf82e238d6dc483bc0387c225038bfcf4f50f05ebe62d82f6f5b7d
|
| 3 |
+
size 13770944
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00046-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0650ff73d9de80260516162c5ecdf1d1ade34574d17b6e8148f18562f831d2b0
|
| 3 |
+
size 49312
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00047-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:365efd41885f9517c8bac0b31cfd403c246dc91dae07043890ae927b2912ee8d
|
| 3 |
+
size 13787328
|
GLM-4.5-Air-THIREUS-IQ2_KS-SPECIAL_TENSOR-00048-of-00804.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27a433d58fc704884e031b5978e434085a3248616c49f1453601e5c1d8c6c355
|
| 3 |
+
size 4256
|