Instructions to use ngxson/wllama-split-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use ngxson/wllama-split-models with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="ngxson/wllama-split-models", filename="Meta-Llama-3.1-8B-Instruct-Q2_K-00001-of-00014.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 ngxson/wllama-split-models with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf ngxson/wllama-split-models:Q4_K_M # Run inference directly in the terminal: llama-cli -hf ngxson/wllama-split-models:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf ngxson/wllama-split-models:Q4_K_M # Run inference directly in the terminal: llama-cli -hf ngxson/wllama-split-models: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 ngxson/wllama-split-models:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf ngxson/wllama-split-models: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 ngxson/wllama-split-models:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf ngxson/wllama-split-models:Q4_K_M
Use Docker
docker model run hf.co/ngxson/wllama-split-models:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use ngxson/wllama-split-models with Ollama:
ollama run hf.co/ngxson/wllama-split-models:Q4_K_M
- Unsloth Studio
How to use ngxson/wllama-split-models 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 ngxson/wllama-split-models 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 ngxson/wllama-split-models to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ngxson/wllama-split-models to start chatting
- Docker Model Runner
How to use ngxson/wllama-split-models with Docker Model Runner:
docker model run hf.co/ngxson/wllama-split-models:Q4_K_M
- Lemonade
How to use ngxson/wllama-split-models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ngxson/wllama-split-models:Q4_K_M
Run and chat with the model
lemonade run user.wllama-split-models-Q4_K_M
List all available models
lemonade list
Upload 7 files
Browse files- .gitattributes +7 -0
- qwen2-1_5b-instruct-q4_k_m-00001-of-00004.gguf +3 -0
- qwen2-1_5b-instruct-q4_k_m-00002-of-00004.gguf +3 -0
- qwen2-1_5b-instruct-q4_k_m-00003-of-00004.gguf +3 -0
- qwen2-1_5b-instruct-q4_k_m-00004-of-00004.gguf +3 -0
- tinyllama-1.1b-chat-v1.0.Q4_K_M-00001-of-00003.gguf +3 -0
- tinyllama-1.1b-chat-v1.0.Q4_K_M-00002-of-00003.gguf +3 -0
- tinyllama-1.1b-chat-v1.0.Q4_K_M-00003-of-00003.gguf +3 -0
.gitattributes
CHANGED
|
@@ -51,3 +51,10 @@ meta-llama-3.1-8b-instruct-abliterated.Q2_K-00011-of-00014.gguf filter=lfs diff=
|
|
| 51 |
meta-llama-3.1-8b-instruct-abliterated.Q2_K-00012-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
meta-llama-3.1-8b-instruct-abliterated.Q2_K-00013-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
meta-llama-3.1-8b-instruct-abliterated.Q2_K-00014-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
meta-llama-3.1-8b-instruct-abliterated.Q2_K-00012-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
meta-llama-3.1-8b-instruct-abliterated.Q2_K-00013-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
meta-llama-3.1-8b-instruct-abliterated.Q2_K-00014-of-00014.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
qwen2-1_5b-instruct-q4_k_m-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
qwen2-1_5b-instruct-q4_k_m-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
qwen2-1_5b-instruct-q4_k_m-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
qwen2-1_5b-instruct-q4_k_m-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
tinyllama-1.1b-chat-v1.0.Q4_K_M-00001-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
tinyllama-1.1b-chat-v1.0.Q4_K_M-00002-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
tinyllama-1.1b-chat-v1.0.Q4_K_M-00003-of-00003.gguf filter=lfs diff=lfs merge=lfs -text
|
qwen2-1_5b-instruct-q4_k_m-00001-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24a5b0be2e6bfc87d0037bb38f980f2355167bc9893eaab6124039177b4f9c83
|
| 3 |
+
size 257357920
|
qwen2-1_5b-instruct-q4_k_m-00002-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1f6044a677af57ac6531a6cc1c3991c1fee02a592bf95ee8fac2833eef6c1e0
|
| 3 |
+
size 248027296
|
qwen2-1_5b-instruct-q4_k_m-00003-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ae74382ab5fe309ca3ac274fcc7be7fbe6aaee5252c33ed6132a38b2bd4a152
|
| 3 |
+
size 248027296
|
qwen2-1_5b-instruct-q4_k_m-00004-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c30275ea3240801c320e49e90e1b130423fd35ec3f4b7cf240ac8f60c45bed5
|
| 3 |
+
size 232633760
|
tinyllama-1.1b-chat-v1.0.Q4_K_M-00001-of-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad35903668f7e123d5573336c2a02c55bd463a2f98b192948229f839c6207af6
|
| 3 |
+
size 256881856
|
tinyllama-1.1b-chat-v1.0.Q4_K_M-00002-of-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:782e4a203a118c5a775aba1a9773c412803708b171dadf048c5f6c83b0f3a687
|
| 3 |
+
size 250733856
|
tinyllama-1.1b-chat-v1.0.Q4_K_M-00003-of-00003.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cca171418878dbbc647e02cedcf226d2f3d3f2bb8c948002df595376c02078ca
|
| 3 |
+
size 161172704
|