Instructions to use mradermacher/WiNGPT-Babel-2.2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/WiNGPT-Babel-2.2-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/WiNGPT-Babel-2.2-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/WiNGPT-Babel-2.2-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/WiNGPT-Babel-2.2-GGUF", filename="WiNGPT-Babel-2.2.IQ4_XS.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 mradermacher/WiNGPT-Babel-2.2-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/WiNGPT-Babel-2.2-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 mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/WiNGPT-Babel-2.2-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 mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/WiNGPT-Babel-2.2-GGUF with Ollama:
ollama run hf.co/mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/WiNGPT-Babel-2.2-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 mradermacher/WiNGPT-Babel-2.2-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 mradermacher/WiNGPT-Babel-2.2-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/WiNGPT-Babel-2.2-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/WiNGPT-Babel-2.2-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/WiNGPT-Babel-2.2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/WiNGPT-Babel-2.2-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.WiNGPT-Babel-2.2-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- WiNGPT-Babel-2.2.IQ4_XS.gguf +3 -0
- WiNGPT-Babel-2.2.Q2_K.gguf +3 -0
- WiNGPT-Babel-2.2.Q3_K_L.gguf +3 -0
- WiNGPT-Babel-2.2.Q3_K_M.gguf +3 -0
- WiNGPT-Babel-2.2.Q3_K_S.gguf +3 -0
- WiNGPT-Babel-2.2.Q4_K_M.gguf +3 -0
- WiNGPT-Babel-2.2.Q4_K_S.gguf +3 -0
- WiNGPT-Babel-2.2.Q5_K_M.gguf +3 -0
- WiNGPT-Babel-2.2.Q5_K_S.gguf +3 -0
- WiNGPT-Babel-2.2.Q6_K.gguf +3 -0
- WiNGPT-Babel-2.2.Q8_0.gguf +3 -0
- WiNGPT-Babel-2.2.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
WiNGPT-Babel-2.2.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
WiNGPT-Babel-2.2.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
WiNGPT-Babel-2.2.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
WiNGPT-Babel-2.2.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
WiNGPT-Babel-2.2.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
WiNGPT-Babel-2.2.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
WiNGPT-Babel-2.2.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
WiNGPT-Babel-2.2.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
WiNGPT-Babel-2.2.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
WiNGPT-Babel-2.2.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
WiNGPT-Babel-2.2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
WiNGPT-Babel-2.2.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
WiNGPT-Babel-2.2.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3281225882e12b6c694f041904808ee4837f4c956c46513ce16a54330402fa54
|
| 3 |
+
size 1041724896
|
WiNGPT-Babel-2.2.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11b5cfb2ffde5224eceea89bde269e1c7d315d408ae455b4a46c67b01a4065e5
|
| 3 |
+
size 777483744
|
WiNGPT-Babel-2.2.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c68cb9c2d2f1efc429c20aec5838880967543ea892203986a9b6bbcdd7ebb3b7
|
| 3 |
+
size 1018918368
|
WiNGPT-Babel-2.2.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:105b50ad4cd0cd828d442845c73feb89b00606a8b6d45c1684caa063508ea8fd
|
| 3 |
+
size 951023072
|
WiNGPT-Babel-2.2.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db4cde02bc18dd8988a59479ff04a8fa0d7a8c4b6fed0b8cbea8e1aae60a8073
|
| 3 |
+
size 871855584
|
WiNGPT-Babel-2.2.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d83ea54b2bb405c765ab25aefcaad369cf9c1278b5945ed53d7bff6bf551956
|
| 3 |
+
size 1133082080
|
WiNGPT-Babel-2.2.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c76dbd6ba630dd60d8e4dbd66f39f484a22cbee21e3d077f9d7d34f60694efa
|
| 3 |
+
size 1083667936
|
WiNGPT-Babel-2.2.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aca74e0b003df9673adb7fc94d69d3b5a24d9b1ebf507c80536e3f87619fd3d6
|
| 3 |
+
size 1298757088
|
WiNGPT-Babel-2.2.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2164d708742ff3cc551b36cbb13c1cff5d0490c00a44f89b076e14ae91ff8050
|
| 3 |
+
size 1269790176
|
WiNGPT-Babel-2.2.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6751dd0373ceef0e7923776d85b7774e42c781ba5c5e15686b2928d02ee4a746
|
| 3 |
+
size 1474786784
|
WiNGPT-Babel-2.2.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c6eb94c6707b8093d6b7543cdbd27cca7973acf6ec82ff9221ec6a874acf9b2
|
| 3 |
+
size 1908529856
|
WiNGPT-Babel-2.2.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03e9def6277c93ee8e2700d0c4788777909e234f75c7f147f415cee166818ea4
|
| 3 |
+
size 3587535296
|