Transformers
GGUF
English
Italian
text-generation-inference
unsloth
llama
trl
sft
anime character
alucard
hellsing
conversational
Instructions to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF with Ollama:
ollama run hf.co/mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-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/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Alucard-Hellsing-2.0-Llama3.2-3B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Alucard-Hellsing-2.0-Llama3.2-3B-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from marco
Browse files- .gitattributes +12 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.IQ4_XS.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q2_K.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_L.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_M.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_S.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q4_K_M.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q4_K_S.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q5_K_M.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q5_K_S.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q6_K.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.Q8_0.gguf +3 -0
- Alucard-Hellsing-2.0-Llama3.2-3B.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 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Alucard-Hellsing-2.0-Llama3.2-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Alucard-Hellsing-2.0-Llama3.2-3B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f55c2a843ae5dc3117f368f9ae4b9289b98294df796a0afd023b1d3b9973319f
|
| 3 |
+
size 1840905056
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9f873fbba91eb8c49699537e81cdc6ab8b978109f1628bb2ca05b5b505ca80d
|
| 3 |
+
size 1363934048
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddb3404369d9f7dff11b14c3665e54e682618ba0d904831cead969aa4c46d9b7
|
| 3 |
+
size 1815346016
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf66b3831b78aad69d95db3808038beceb8c2c2520f2085ffa6900a00addb844
|
| 3 |
+
size 1687157600
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44b94ab7a4bcae044e7544ccb0efe3f66166a967ba7693fe0b7c30120fc807c7
|
| 3 |
+
size 1542847328
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e72d9a8a18432f545ee186eae64c5b4aad8e498d68479e433b287fe91cf82255
|
| 3 |
+
size 2019375968
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b76b10318a3290b91345f6e967e99622d88bdf83a0f7213cf7280833114d0642
|
| 3 |
+
size 1928199008
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb7b0708819ab865b7f7ffe2a7ccc4dd7aaf0532002048f6d57821f1aa10bec9
|
| 3 |
+
size 2322152288
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92d5f0ded6202bf9387f4561fea118636701677175ef6dcbce04208298106739
|
| 3 |
+
size 2269510496
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7349edfeb6e8f8520af0b017ffae41d8c30006bc954de601d3c85b9d78423427
|
| 3 |
+
size 2643852128
|
Alucard-Hellsing-2.0-Llama3.2-3B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65756565bd9fbb420f3b9d79260aa761109df2488ed59cb2823c18dab86b6ff7
|
| 3 |
+
size 3421897568
|
Alucard-Hellsing-2.0-Llama3.2-3B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5e381fedf9ac0b1743b68948aaeabfa26e4879b045190ccae0b1d1c2e8be217
|
| 3 |
+
size 6433686368
|