Instructions to use mradermacher/Boris-75M-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Boris-75M-Instruct-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Boris-75M-Instruct-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Boris-75M-Instruct-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/Boris-75M-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Boris-75M-Instruct-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/Boris-75M-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Boris-75M-Instruct-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/Boris-75M-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Boris-75M-Instruct-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/Boris-75M-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Boris-75M-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Boris-75M-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Boris-75M-Instruct-GGUF with Ollama:
ollama run hf.co/mradermacher/Boris-75M-Instruct-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Boris-75M-Instruct-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/Boris-75M-Instruct-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/Boris-75M-Instruct-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/Boris-75M-Instruct-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Boris-75M-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Boris-75M-Instruct-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Boris-75M-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Boris-75M-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Boris-75M-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- Boris-75M-Instruct.IQ4_XS.gguf +3 -0
- Boris-75M-Instruct.Q2_K.gguf +3 -0
- Boris-75M-Instruct.Q3_K_L.gguf +3 -0
- Boris-75M-Instruct.Q3_K_M.gguf +3 -0
- Boris-75M-Instruct.Q3_K_S.gguf +3 -0
- Boris-75M-Instruct.Q4_K_M.gguf +3 -0
- Boris-75M-Instruct.Q4_K_S.gguf +3 -0
- Boris-75M-Instruct.Q5_K_M.gguf +3 -0
- Boris-75M-Instruct.Q5_K_S.gguf +3 -0
- Boris-75M-Instruct.Q6_K.gguf +3 -0
- Boris-75M-Instruct.Q8_0.gguf +3 -0
- Boris-75M-Instruct.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 |
+
Boris-75M-Instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Boris-75M-Instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Boris-75M-Instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Boris-75M-Instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Boris-75M-Instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Boris-75M-Instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Boris-75M-Instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Boris-75M-Instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Boris-75M-Instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Boris-75M-Instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Boris-75M-Instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Boris-75M-Instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Boris-75M-Instruct.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6d24434d8a317305d01ed2db98f8a902a2431027cc1e8c9bda8cdbfef1b24a4
|
| 3 |
+
size 61871040
|
Boris-75M-Instruct.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fed1e7ac7f519780808e41d2ea7dae6eaa9dbd0a608c58a06f770f4f2faaba7c
|
| 3 |
+
size 60046272
|
Boris-75M-Instruct.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1aa577dd3599b03519f9c24ce88c36d4238cb1cd6fc2d3b014b1ec875041bd8d
|
| 3 |
+
size 67137984
|
Boris-75M-Instruct.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9066b69e3e687050b48d5de18780881a8008e43bdd242fcd3801d0ea6194cb25
|
| 3 |
+
size 64276416
|
Boris-75M-Instruct.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3be0144f903c5351b5a67d4defdde2a96149487c661d473e631156f3ed72f732
|
| 3 |
+
size 60046272
|
Boris-75M-Instruct.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c95a95ae61e2973f14c0b229d7c63cc27a10ca77fca0d6ffd460f4ecd9b8421
|
| 3 |
+
size 70435008
|
Boris-75M-Instruct.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e6064f8b136437438cced86f72a0e128ef387c20b851415774f3f37584eedf1
|
| 3 |
+
size 66557376
|
Boris-75M-Instruct.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ea3b9bb9c0bc94f69130ad4c51d68167b99a43f0ef6099e693f45c7b985f306a
|
| 3 |
+
size 73047744
|
Boris-75M-Instruct.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:010abec957ade41ae71ff78d92414c0c6e2a7d30a470c6b050cd3fa5874e29b8
|
| 3 |
+
size 70123968
|
Boris-75M-Instruct.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2102f4de44426ac7f784ab8aa25064bec95b6b9098f4bccd4b206bd466dba5a2
|
| 3 |
+
size 82192320
|
Boris-75M-Instruct.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d384a5c54d01b85e95c9c7aef1fd7d6b65b5506d7c7b7a4fafe98f13f3bcfbbd
|
| 3 |
+
size 86049216
|
Boris-75M-Instruct.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67b82b76ea6cdd6eb50feb9b74cca72efec7085792a02913fbaff53274236c79
|
| 3 |
+
size 158003136
|