Instructions to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-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 Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Doctor-Shotgun/L3.3-70B-Magnum-Diamond-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 Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Doctor-Shotgun/L3.3-70B-Magnum-Diamond-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 Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Doctor-Shotgun/L3.3-70B-Magnum-Diamond-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 Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M
- Ollama
How to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF with Ollama:
ollama run hf.co/Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M
- Unsloth Studio
How to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-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 Doctor-Shotgun/L3.3-70B-Magnum-Diamond-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 Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF to start chatting
- Docker Model Runner
How to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF with Docker Model Runner:
docker model run hf.co/Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M
- Lemonade
How to use Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Doctor-Shotgun/L3.3-70B-Magnum-Diamond-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.L3.3-70B-Magnum-Diamond-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +6 -0
- L3.3-70B-Magnum-Diamond-IQ4_XS.gguf +3 -0
- L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00001-of-00004.gguf +3 -0
- L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00002-of-00004.gguf +3 -0
- L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00003-of-00004.gguf +3 -0
- L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00004-of-00004.gguf +3 -0
- imatrix.dat +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
L3.3-70B-Magnum-Diamond-Q8_0/L3.3-70B-Magnum-Diamond-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
L3.3-70B-Magnum-Diamond-Q8_0/L3.3-70B-Magnum-Diamond-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
L3.3-70B-Magnum-Diamond-Q8_0/L3.3-70B-Magnum-Diamond-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
L3.3-70B-Magnum-Diamond-Q8_0/L3.3-70B-Magnum-Diamond-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
L3.3-70B-Magnum-Diamond-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00001-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00002-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00003-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00004-of-00004.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
L3.3-70B-Magnum-Diamond-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5821509417fec42aee1c8f6143eae68593c7c12d37e373805e7b78f74d3c9451
|
| 3 |
+
size 37902661472
|
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00001-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f268ee84fa3c98728bbfa4d5e5beb99e38fb232fd1cfe5e283e23b2a89884aac
|
| 3 |
+
size 39758724288
|
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00002-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ade8bc4f97ba63d01eace3ca10aac8ee8ef0b45fc223bc40207588adf4d89db3
|
| 3 |
+
size 39830630656
|
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00003-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34638735c02a2f79ffcb875cdb0ae0244ae42276d0a409e140fc243604fff82a
|
| 3 |
+
size 39981592928
|
L3.3-70B-Magnum-Diamond-bf16/L3.3-70B-Magnum-Diamond-bf16-00004-of-00004.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7c80cd8e6fd97e7e731c32978b3e86e55edb16d43b246c78ec91773f4a2bf8d
|
| 3 |
+
size 21546965280
|
imatrix.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69b83b0962d92d32ba2d6b54f456ac1ccb8197f1a677b6d45cf70962a905d62b
|
| 3 |
+
size 24922284
|