Reinforcement Learning
Transformers
GGUF
English
text-generation-inference
unsloth
llama
trl
chain-of-thought
cold-start
sft
TensorBlock
GGUF
conversational
Instructions to use tensorblock/DeepSeek-R1-Medical-COT-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tensorblock/DeepSeek-R1-Medical-COT-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tensorblock/DeepSeek-R1-Medical-COT-GGUF", dtype="auto") - llama-cpp-python
How to use tensorblock/DeepSeek-R1-Medical-COT-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/DeepSeek-R1-Medical-COT-GGUF", filename="DeepSeek-R1-Medical-COT-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/DeepSeek-R1-Medical-COT-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/DeepSeek-R1-Medical-COT-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/DeepSeek-R1-Medical-COT-GGUF with Ollama:
ollama run hf.co/tensorblock/DeepSeek-R1-Medical-COT-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-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/DeepSeek-R1-Medical-COT-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/DeepSeek-R1-Medical-COT-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/DeepSeek-R1-Medical-COT-GGUF:Q2_K
- Lemonade
How to use tensorblock/DeepSeek-R1-Medical-COT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/DeepSeek-R1-Medical-COT-GGUF:Q2_K
Run and chat with the model
lemonade run user.DeepSeek-R1-Medical-COT-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- DeepSeek-R1-Medical-COT-Q3_K_L.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q3_K_S.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q4_0.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q4_K_M.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q4_K_S.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q5_0.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q5_K_M.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q5_K_S.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q6_K.gguf +0 -3
- DeepSeek-R1-Medical-COT-Q8_0.gguf +0 -3
DeepSeek-R1-Medical-COT-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6252f106cda8a9f06f1da4f5f3c8287ba54041bfe4c1dec52665af1510ce01a2
|
| 3 |
-
size 4321959328
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9a507313ce3d75a36b50a12a9b6071707a4d45fb9941c6a68d625a62f6ba7fba
|
| 3 |
-
size 3664502176
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:784e336ed97b16c94f51fdc638ca88f0083d94b6dddb19da58bfb56bb982b1c3
|
| 3 |
-
size 4661214624
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4b319d89e98cb02f0b587f196e2060d622f8f7955dad8dfc1924087edbc9fa9e
|
| 3 |
-
size 4920737184
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:89b0be93d5d9774053f1ba36a8e39a71a68e8a7bf88434a7349295523e0effef
|
| 3 |
-
size 4692671904
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:337e0513091f28d17d4d38e607797da51ab974f76a101ea585cdfae8944f525d
|
| 3 |
-
size 5599296928
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5b8a895c9adb737cec022d040dac8a3dfa64da62f2e4fba408106afebce10ff2
|
| 3 |
-
size 5732990368
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4fb0ccd899e63d8aa3ec60415b21cef8db23478bd88538c24e6c581f9429f986
|
| 3 |
-
size 5599296928
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:377188397f5c8e141251ed1cc4eacc86efd09c4e64e9e4e41391d363d203c246
|
| 3 |
-
size 6596009376
|
|
|
|
|
|
|
|
|
|
|
|
DeepSeek-R1-Medical-COT-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:27bb42d31204c7f9c7234658902bd9a943cc22eaa76c3756cc053f7dda156969
|
| 3 |
-
size 8540773792
|
|
|
|
|
|
|
|
|
|
|
|