Instructions to use DevQuasar/inclusionAI.Ling-plus-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use DevQuasar/inclusionAI.Ling-plus-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="DevQuasar/inclusionAI.Ling-plus-GGUF", filename="inclusionAI.Ling-plus.IQ1_M-00001-of-00005.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - 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
- Atomic Chat new
- 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
Upload folder using huggingface_hub
Browse files- .gitattributes +13 -0
- inclusionAI.Ling-plus.Q4_K_M-00001-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00002-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00003-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00004-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00005-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00006-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00007-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00008-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00009-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00010-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00011-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00012-of-00013.gguf +3 -0
- inclusionAI.Ling-plus.Q4_K_M-00013-of-00013.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,16 @@ 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 |
+
inclusionAI.Ling-plus.Q4_K_M-00001-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
inclusionAI.Ling-plus.Q4_K_M-00002-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
inclusionAI.Ling-plus.Q4_K_M-00003-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
inclusionAI.Ling-plus.Q4_K_M-00004-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
inclusionAI.Ling-plus.Q4_K_M-00005-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
inclusionAI.Ling-plus.Q4_K_M-00006-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
inclusionAI.Ling-plus.Q4_K_M-00007-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
inclusionAI.Ling-plus.Q4_K_M-00008-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
inclusionAI.Ling-plus.Q4_K_M-00009-of-00013.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
inclusionAI.Ling-plus.Q4_K_M-00010-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
|
inclusionAI.Ling-plus.Q4_K_M-00001-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41e09f39c2824f6faf2f9a491a17ff37886d11ec69e72de55de404584f72b58b
|
| 3 |
+
size 13840128672
|
inclusionAI.Ling-plus.Q4_K_M-00002-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bc4de4b38d23f520c2b6861ec6430380f7bfbfaf8df34c098379b00f8d0e45e
|
| 3 |
+
size 13773296032
|
inclusionAI.Ling-plus.Q4_K_M-00003-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce38596803df5b75648fb6cac489ea15b041abd6c86d30cb84557d8c8d341d98
|
| 3 |
+
size 13871763360
|
inclusionAI.Ling-plus.Q4_K_M-00004-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c07e4cc36fb0fd249b629d5760ffa405d2de20ae4b0a6c2af59b8bd9bc87669b
|
| 3 |
+
size 13593587616
|
inclusionAI.Ling-plus.Q4_K_M-00005-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7728d7a9cd2888b4396fc8bd5c244c335a4122da59ea595f67e9c8b253d4259
|
| 3 |
+
size 13593587616
|
inclusionAI.Ling-plus.Q4_K_M-00006-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:429b3b9d7f7e5ba73bfdfc97c36988588a08add8f8ae453cecb1970e80b27220
|
| 3 |
+
size 13871763360
|
inclusionAI.Ling-plus.Q4_K_M-00007-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e38326c6e2bab20ca0b2875fbc5e9cf9af5bb40cc8738c45aa1be35db445dd2
|
| 3 |
+
size 13593587616
|
inclusionAI.Ling-plus.Q4_K_M-00008-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f691c1a680660beb16b0226bf5afa1ddc3352345192531ebb2ea0db134359f3
|
| 3 |
+
size 13593587616
|
inclusionAI.Ling-plus.Q4_K_M-00009-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b72508fc4ab53481c66f423b3881fe87b12c8dcf886235ef55f03aa6e169655f
|
| 3 |
+
size 13871763360
|
inclusionAI.Ling-plus.Q4_K_M-00010-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eccbfce8e05ebbffcfa1d86a3c90d6c1a3b23930098f5da25a9ce16702b34dbb
|
| 3 |
+
size 13593587616
|
inclusionAI.Ling-plus.Q4_K_M-00011-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07f854c6cf311b3e363c07e44b40f8d9c866ac03204d916063c3994446aef59a
|
| 3 |
+
size 13593587616
|
inclusionAI.Ling-plus.Q4_K_M-00012-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a93829bfa59a5372531cf2cb63c1ccad9b161c42fbc468632eb8c086eaa9080
|
| 3 |
+
size 13498647040
|
inclusionAI.Ling-plus.Q4_K_M-00013-of-00013.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff2e2d6fa58b158c394ff545c46854e1abd9447fd9b198f7d7181cae01cf7d80
|
| 3 |
+
size 12792842016
|