Transformers
GGUF
German
Merge
mergekit
lazymergekit
mlabonne/OmniTruthyBeagle-7B-v0
mayflowergmbh/Wiedervereinigung-7b-dpo-laser
cognitivecomputations/openchat-3.5-0106-laser
Instructions to use mradermacher/Wiederchat-7b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Wiederchat-7b-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Wiederchat-7b-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Wiederchat-7b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Wiederchat-7b-GGUF", filename="Wiederchat-7b.IQ4_XS.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Wiederchat-7b-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 mradermacher/Wiederchat-7b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Wiederchat-7b-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 mradermacher/Wiederchat-7b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Wiederchat-7b-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/Wiederchat-7b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Wiederchat-7b-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/Wiederchat-7b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Wiederchat-7b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Wiederchat-7b-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Wiederchat-7b-GGUF with Ollama:
ollama run hf.co/mradermacher/Wiederchat-7b-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Wiederchat-7b-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/Wiederchat-7b-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/Wiederchat-7b-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/Wiederchat-7b-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Wiederchat-7b-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Wiederchat-7b-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Wiederchat-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Wiederchat-7b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Wiederchat-7b-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from kaos
Browse files- .gitattributes +11 -0
- Wiederchat-7b.IQ4_XS.gguf +3 -0
- Wiederchat-7b.Q2_K.gguf +3 -0
- Wiederchat-7b.Q3_K_L.gguf +3 -0
- Wiederchat-7b.Q3_K_M.gguf +3 -0
- Wiederchat-7b.Q3_K_S.gguf +3 -0
- Wiederchat-7b.Q4_K_M.gguf +3 -0
- Wiederchat-7b.Q4_K_S.gguf +3 -0
- Wiederchat-7b.Q5_K_M.gguf +3 -0
- Wiederchat-7b.Q5_K_S.gguf +3 -0
- Wiederchat-7b.Q6_K.gguf +3 -0
- Wiederchat-7b.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,14 @@ saved_model/**/* 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 |
Wiederchat-7b.f16.gguf 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 |
Wiederchat-7b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Wiederchat-7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Wiederchat-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Wiederchat-7b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Wiederchat-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Wiederchat-7b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Wiederchat-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Wiederchat-7b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Wiederchat-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Wiederchat-7b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Wiederchat-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Wiederchat-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Wiederchat-7b.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33245e5ac77c54d21253623d4902d4bcb2e56fa5d78f6ee2802185e607029547
|
| 3 |
+
size 3944390112
|
Wiederchat-7b.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e29308e7ed4a092049176c9dae45bdc4bb6747dd7ad1b5679130a688d315c76
|
| 3 |
+
size 2719243744
|
Wiederchat-7b.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9f815716a57ff7da95220b9e9fd73c79b409f5881ebf7346c065794408d2607
|
| 3 |
+
size 3822026208
|
Wiederchat-7b.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06c4859b0b351ab3d0a745dc29eefe23bb6144c40638d6678786d51229ab00af
|
| 3 |
+
size 3518987744
|
Wiederchat-7b.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67d05ed7e27c3a110ac04711d51869f807e17687cde273884139bdcad0cb3fbb
|
| 3 |
+
size 3164569056
|
Wiederchat-7b.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1c0ac98b36eb3109306c7a2497c1e1d644e22111dc14a6aea40ea186388e9c2
|
| 3 |
+
size 4368440800
|
Wiederchat-7b.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa5feadb4b307c4fe26cec574793e3298936bf2f83ed794552f71be5daa3be12
|
| 3 |
+
size 4140375520
|
Wiederchat-7b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d560e03fffdf16c47c830cea9cda8b70a228fee2d8d2d0b73b519073b07654
|
| 3 |
+
size 5131410912
|
Wiederchat-7b.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:450641d779b458671189e683b96194e2c40052c36ba9853842f2c2511a6d2ab1
|
| 3 |
+
size 4997717472
|
Wiederchat-7b.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6ffab1b12fd5abc5345094c7467f6a0f2c7e1a050afee12f4cf87a852ff62e9
|
| 3 |
+
size 5942066656
|
Wiederchat-7b.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1eea41ea84489698c1760f1098bfe16698c766cf2b511ace0ad6e4be1a1ec83
|
| 3 |
+
size 7695859168
|