Instructions to use mradermacher/Villanova-2B-2603-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Villanova-2B-2603-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Villanova-2B-2603-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Villanova-2B-2603-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Villanova-2B-2603-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Villanova-2B-2603-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Villanova-2B-2603-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-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/Villanova-2B-2603-i1-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/Villanova-2B-2603-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Villanova-2B-2603-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Villanova-2B-2603-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Villanova-2B-2603-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Villanova-2B-2603-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from leia
Browse files- .gitattributes +24 -0
- Villanova-2B-2603.i1-IQ1_M.gguf +3 -0
- Villanova-2B-2603.i1-IQ1_S.gguf +3 -0
- Villanova-2B-2603.i1-IQ2_M.gguf +3 -0
- Villanova-2B-2603.i1-IQ2_S.gguf +3 -0
- Villanova-2B-2603.i1-IQ2_XS.gguf +3 -0
- Villanova-2B-2603.i1-IQ2_XXS.gguf +3 -0
- Villanova-2B-2603.i1-IQ3_M.gguf +3 -0
- Villanova-2B-2603.i1-IQ3_S.gguf +3 -0
- Villanova-2B-2603.i1-IQ3_XS.gguf +3 -0
- Villanova-2B-2603.i1-IQ3_XXS.gguf +3 -0
- Villanova-2B-2603.i1-IQ4_NL.gguf +3 -0
- Villanova-2B-2603.i1-IQ4_XS.gguf +3 -0
- Villanova-2B-2603.i1-Q2_K.gguf +3 -0
- Villanova-2B-2603.i1-Q2_K_S.gguf +3 -0
- Villanova-2B-2603.i1-Q3_K_L.gguf +3 -0
- Villanova-2B-2603.i1-Q3_K_M.gguf +3 -0
- Villanova-2B-2603.i1-Q3_K_S.gguf +3 -0
- Villanova-2B-2603.i1-Q4_0.gguf +3 -0
- Villanova-2B-2603.i1-Q4_1.gguf +3 -0
- Villanova-2B-2603.i1-Q4_K_M.gguf +3 -0
- Villanova-2B-2603.i1-Q4_K_S.gguf +3 -0
- Villanova-2B-2603.i1-Q5_K_M.gguf +3 -0
- Villanova-2B-2603.i1-Q5_K_S.gguf +3 -0
- Villanova-2B-2603.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ 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 |
Villanova-2B-2603.imatrix.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 |
Villanova-2B-2603.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Villanova-2B-2603.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Villanova-2B-2603.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Villanova-2B-2603.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Villanova-2B-2603.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Villanova-2B-2603.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Villanova-2B-2603.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Villanova-2B-2603.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Villanova-2B-2603.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Villanova-2B-2603.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Villanova-2B-2603.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Villanova-2B-2603.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Villanova-2B-2603.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Villanova-2B-2603.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Villanova-2B-2603.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Villanova-2B-2603.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Villanova-2B-2603.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Villanova-2B-2603.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Villanova-2B-2603.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Villanova-2B-2603.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Villanova-2B-2603.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Villanova-2B-2603.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Villanova-2B-2603.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
Villanova-2B-2603.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
Villanova-2B-2603.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Villanova-2B-2603.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49eafdc878fbe8d4e15e181a66308204154feb7d8c13728c7fa80c0dbe5b84d7
|
| 3 |
+
size 847426208
|
Villanova-2B-2603.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b28bcf05bc44b77d47c7c3dada8ca315c375b377016b5b36c471a4a0aa2d900
|
| 3 |
+
size 812159648
|
Villanova-2B-2603.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d0198dfe79427102d7d228d6a4386e5755f04010f920bdfe74316ad98d5d168
|
| 3 |
+
size 1025847968
|
Villanova-2B-2603.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e19a1f98e6825ec9c891b7b2c427edf88676364336e15a01bcc24fc39e52a87c
|
| 3 |
+
size 978825888
|
Villanova-2B-2603.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:860913da85c35223156838fa04002466550ba95344ca5ea5f66419920984d35b
|
| 3 |
+
size 956912288
|
Villanova-2B-2603.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d04ef679b9f7428b108406e63ea04f65bf4c245ff2152d12377c67055b45cd27
|
| 3 |
+
size 906203808
|
Villanova-2B-2603.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc32a4d0bbc82167dfc65284dae5e3579d90b64c95ab9e2985323a6933ecc244
|
| 3 |
+
size 1300095648
|
Villanova-2B-2603.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:679bad96d6a692ad8080bc7882b2cf5181c705acd480349067320c3ae70873f7
|
| 3 |
+
size 1277465248
|
Villanova-2B-2603.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fd8a1a85de1b43a51c2efe066e4d1588a20c28081c79dfdcfbb395c43eed8e3
|
| 3 |
+
size 1238880928
|
Villanova-2B-2603.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01c91e68e6365fd91c922ecc7ee76be97e79230f37608673381cbb47754c0dca
|
| 3 |
+
size 1108587168
|
Villanova-2B-2603.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03d32e336d81f04646422e76b463d224716406bba374aa2e17f79ecf932257b8
|
| 3 |
+
size 1502888608
|
Villanova-2B-2603.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed84ccb5a5e553e6ba0e415e644c80fc9f2cdb10eca57b431108f5f8c982fef1
|
| 3 |
+
size 1450541728
|
Villanova-2B-2603.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad148e500e06be03b8a3513aeede871918a6bbb2688a9c02ef285bfe6648743c
|
| 3 |
+
size 1167241888
|
Villanova-2B-2603.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:166101f65d22febedc032e19ed4a90d67b2960b41420098e17574b90c95bfc69
|
| 3 |
+
size 1119625888
|
Villanova-2B-2603.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15418e04755270311279b6725fe8ca1e13a4b2678f1d41a73bfbec9a7a20b7e5
|
| 3 |
+
size 1432478368
|
Villanova-2B-2603.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b5667c854c5c3ef591773fe6a79bc07aca6b37f0550250f86eb96b7e3313fc7
|
| 3 |
+
size 1359405728
|
Villanova-2B-2603.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddc839cfc97454317e7f59b22a538ff4358bf1ac8b7c5ee5a81770684173302b
|
| 3 |
+
size 1274331808
|
Villanova-2B-2603.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5175b46ff62f98c9238a22e3b1d74119c7c30e48a6a73595e2e5c725187256d
|
| 3 |
+
size 1503216288
|
Villanova-2B-2603.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78228898da5f2ce0bfc81de948dd9036bdb2660b7259267965ae4338e4eb5cdb
|
| 3 |
+
size 1606107808
|
Villanova-2B-2603.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:55dcd4d254a9fe8c5ebacd9435242fc6549980fce880a5bfd503837651a7e3a8
|
| 3 |
+
size 1563806368
|
Villanova-2B-2603.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1cb9246b612dc1fe24871abcadc2847977e899652f2d0977c599fb43c5421a5
|
| 3 |
+
size 1507148448
|
Villanova-2B-2603.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d52d0c8af6ce670c54e51201b014e62fde68e5caee41ba0eb06897d7f596928e
|
| 3 |
+
size 1745177248
|
Villanova-2B-2603.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58787701357539768cc9e18950f43c48841de166b4bd88465e3e7cd1cf1ed006
|
| 3 |
+
size 1712276128
|
Villanova-2B-2603.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17950702d6f9704714397599024c6bfc709f6b80b617586a3eb9ba8180698b28
|
| 3 |
+
size 1937883808
|