Instructions to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/medimed_MNLP_M3_quantized_model-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/medimed_MNLP_M3_quantized_model-GGUF", filename="MNLP_M3_quantized_model-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
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 tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
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 tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with Ollama:
ollama run hf.co/tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/medimed_MNLP_M3_quantized_model-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 tensorblock/medimed_MNLP_M3_quantized_model-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 tensorblock/medimed_MNLP_M3_quantized_model-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/medimed_MNLP_M3_quantized_model-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
- Lemonade
How to use tensorblock/medimed_MNLP_M3_quantized_model-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/medimed_MNLP_M3_quantized_model-GGUF:Q2_K
Run and chat with the model
lemonade run user.medimed_MNLP_M3_quantized_model-GGUF-Q2_K
List all available models
lemonade list
Remove .gguf files (keep Q2_K.gguf)
Browse files- MNLP_M3_quantized_model-Q3_K_L.gguf +0 -3
- MNLP_M3_quantized_model-Q3_K_M.gguf +0 -3
- MNLP_M3_quantized_model-Q3_K_S.gguf +0 -3
- MNLP_M3_quantized_model-Q4_0.gguf +0 -3
- MNLP_M3_quantized_model-Q4_K_M.gguf +0 -3
- MNLP_M3_quantized_model-Q4_K_S.gguf +0 -3
- MNLP_M3_quantized_model-Q5_0.gguf +0 -3
- MNLP_M3_quantized_model-Q5_K_M.gguf +0 -3
- MNLP_M3_quantized_model-Q5_K_S.gguf +0 -3
- MNLP_M3_quantized_model-Q6_K.gguf +0 -3
- MNLP_M3_quantized_model-Q8_0.gguf +0 -3
MNLP_M3_quantized_model-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b689e8d2dd62582dd1ce3bbe7e6bcc34e91203cf5675f7518b17a91c743638c
|
| 3 |
-
size 368256992
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f6d4ce6e42019c6eb81a1e94631970ba96d99b6ca37e62af073d6e1d79fa3cd3
|
| 3 |
-
size 346892256
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:15b98b56a40950142118aa19a047e6e2433bfd02f4b650bef03971a684e55568
|
| 3 |
-
size 322840544
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e13022ca9bba430300e24a38f83c09737beaa2bddc2985d27685869a5c69a2ed
|
| 3 |
-
size 381331424
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:bd32af2ab863307cf4a4b0e76922d705e21f1167b5cc62b07212f7bd699d0273
|
| 3 |
-
size 396470240
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:580e09f1426e08cf6663f73f2f3ed27b212da081929a923566bc723fe93390d3
|
| 3 |
-
size 383035360
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b3d46e215e73c0352b1a6001115454f8aecb31dc0c2fa6e16f5e74d67c2b5989
|
| 3 |
-
size 436381664
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a20151d1e1497db88c5c3cf96b2585f71331106945a38b267dc1608b477684a4
|
| 3 |
-
size 444180448
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:157a495363ebe5233a98f36ea30f11bf87f32f70e1e33a8b26f3721fe8901906
|
| 3 |
-
size 436381664
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4a0acf75de396271ca05ab4307b333754210f479a83c39b7fff24abc0d1c68eb
|
| 3 |
-
size 494872544
|
|
|
|
|
|
|
|
|
|
|
|
MNLP_M3_quantized_model-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:be6cf3c845359ad0cdc47035a4ba0205da3a69918db47be0febbf5d0c861fbda
|
| 3 |
-
size 639146272
|
|
|
|
|
|
|
|
|
|
|
|