Instructions to use DevQuasar/inclusionAI.Ling-plus-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 DevQuasar/inclusionAI.Ling-plus-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 DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
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 DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
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 DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
Use Docker
docker model run hf.co/DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use DevQuasar/inclusionAI.Ling-plus-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "DevQuasar/inclusionAI.Ling-plus-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "DevQuasar/inclusionAI.Ling-plus-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
- Ollama
How to use DevQuasar/inclusionAI.Ling-plus-GGUF with Ollama:
ollama run hf.co/DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
- Unsloth Studio
How to use DevQuasar/inclusionAI.Ling-plus-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 DevQuasar/inclusionAI.Ling-plus-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 DevQuasar/inclusionAI.Ling-plus-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for DevQuasar/inclusionAI.Ling-plus-GGUF to start chatting
- Docker Model Runner
How to use DevQuasar/inclusionAI.Ling-plus-GGUF with Docker Model Runner:
docker model run hf.co/DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
- Lemonade
How to use DevQuasar/inclusionAI.Ling-plus-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull DevQuasar/inclusionAI.Ling-plus-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.inclusionAI.Ling-plus-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +11 -0
- inclusionAI.Ling-plus.Q3_K_M-00001-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00002-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00003-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00004-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00005-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00006-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00007-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00008-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00009-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00010-of-00011.gguf +3 -0
- inclusionAI.Ling-plus.Q3_K_M-00011-of-00011.gguf +3 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,14 @@ inclusionAI.Ling-plus.Q4_K_M-00010-of-00013.gguf filter=lfs diff=lfs merge=lfs -
|
|
| 46 |
inclusionAI.Ling-plus.Q4_K_M-00011-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
inclusionAI.Ling-plus.Q4_K_M-00012-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
inclusionAI.Ling-plus.Q4_K_M-00013-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
inclusionAI.Ling-plus.Q4_K_M-00011-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
inclusionAI.Ling-plus.Q4_K_M-00012-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
inclusionAI.Ling-plus.Q4_K_M-00013-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
inclusionAI.Ling-plus.Q3_K_M-00001-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
inclusionAI.Ling-plus.Q3_K_M-00002-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
inclusionAI.Ling-plus.Q3_K_M-00003-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
inclusionAI.Ling-plus.Q3_K_M-00004-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
inclusionAI.Ling-plus.Q3_K_M-00005-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
inclusionAI.Ling-plus.Q3_K_M-00006-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
inclusionAI.Ling-plus.Q3_K_M-00007-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
inclusionAI.Ling-plus.Q3_K_M-00008-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
inclusionAI.Ling-plus.Q3_K_M-00009-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
inclusionAI.Ling-plus.Q3_K_M-00010-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
inclusionAI.Ling-plus.Q3_K_M-00011-of-00011.gguf filter=lfs diff=lfs merge=lfs -text
|
inclusionAI.Ling-plus.Q3_K_M-00001-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c73044c0cd760a3344a55b8aae2fe1c30ac26ed61cf5f314f96b8661508c0249
|
| 3 |
+
size 13637820256
|
inclusionAI.Ling-plus.Q3_K_M-00002-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c4421649fd2e6b1732abe705c309096a4f5d3ca7253a45f7b4e3168e091830e
|
| 3 |
+
size 13680572672
|
inclusionAI.Ling-plus.Q3_K_M-00003-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7b8cd303cdff3d088bd41ef32131db0ffeaa7575406daf57be8b8202a6a693a
|
| 3 |
+
size 13539399072
|
inclusionAI.Ling-plus.Q3_K_M-00004-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ed5b99b025da3a2e379444f9fcf581c78c4007c0495139891c6da4e8edd43a
|
| 3 |
+
size 13638252672
|
inclusionAI.Ling-plus.Q3_K_M-00005-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eb90f7b177efeca49076167cf413ca73afe025b36730714b92da17943e73dd8
|
| 3 |
+
size 13680572704
|
inclusionAI.Ling-plus.Q3_K_M-00006-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6f7d7a47eace0332cc42d19488407deec5140d17b04b95f0c7faed5b08334af
|
| 3 |
+
size 13539399072
|
inclusionAI.Ling-plus.Q3_K_M-00007-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21fdcb827eb06618b10187854ebe271ec62f0424c4081ba0acf525a6064c2a41
|
| 3 |
+
size 13638252672
|
inclusionAI.Ling-plus.Q3_K_M-00008-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:274df50d44f5f4ba89e4b936461b1b0dd6e2928b1c34cf228bcc72773f335a36
|
| 3 |
+
size 13680572704
|
inclusionAI.Ling-plus.Q3_K_M-00009-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c43a2aa2dce8b80e3d1c5e6d36bc2c180cb667eabcd8ef55e6dd7d344d3bb5e
|
| 3 |
+
size 13539399072
|
inclusionAI.Ling-plus.Q3_K_M-00010-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e88b37e8b41a38fb9ffe54ba143d9c431ca9d54b3d69443fc2de868c56608ede
|
| 3 |
+
size 13638252672
|
inclusionAI.Ling-plus.Q3_K_M-00011-of-00011.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f7c726fe396603974964d1383eed3a9d0d094bd00357b8088c76cc9e9945bc2
|
| 3 |
+
size 3604201376
|