Instructions to use MidnightRunner/Misc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use MidnightRunner/Misc with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="MidnightRunner/Misc", filename="Qwen2.5-VL-7B-Instruct-Q3_K_S.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 MidnightRunner/Misc with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: llama-cli -hf MidnightRunner/Misc:UD-Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: llama-cli -hf MidnightRunner/Misc:UD-Q4_K_S
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 MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf MidnightRunner/Misc:UD-Q4_K_S
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 MidnightRunner/Misc:UD-Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf MidnightRunner/Misc:UD-Q4_K_S
Use Docker
docker model run hf.co/MidnightRunner/Misc:UD-Q4_K_S
- LM Studio
- Jan
- Ollama
How to use MidnightRunner/Misc with Ollama:
ollama run hf.co/MidnightRunner/Misc:UD-Q4_K_S
- Unsloth Studio new
How to use MidnightRunner/Misc 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 MidnightRunner/Misc 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 MidnightRunner/Misc to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MidnightRunner/Misc to start chatting
- Docker Model Runner
How to use MidnightRunner/Misc with Docker Model Runner:
docker model run hf.co/MidnightRunner/Misc:UD-Q4_K_S
- Lemonade
How to use MidnightRunner/Misc with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MidnightRunner/Misc:UD-Q4_K_S
Run and chat with the model
lemonade run user.Misc-UD-Q4_K_S
List all available models
lemonade list
Upload 7 files
Browse files- .gitattributes +7 -0
- mobile_sam.pt +3 -0
- sam_hq_vit_b.pth +3 -0
- sam_hq_vit_h.pth +3 -0
- sam_hq_vit_l.pth +3 -0
- sam_vit_b_01ec64.pth +3 -0
- sam_vit_h_4b8939.pth +3 -0
- sam_vit_l_0b3195.pth +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,10 @@ RealESRGAN_x2plus.pth filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
RealESRGAN_x4plus_anime_6B.pth filter=lfs diff=lfs merge=lfs -text
|
| 36 |
RealESRGAN_x4plus.pth filter=lfs diff=lfs merge=lfs -text
|
| 37 |
SwinIR_4x.pth filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
RealESRGAN_x4plus_anime_6B.pth filter=lfs diff=lfs merge=lfs -text
|
| 36 |
RealESRGAN_x4plus.pth filter=lfs diff=lfs merge=lfs -text
|
| 37 |
SwinIR_4x.pth filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
mobile_sam.pt filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
sam_hq_vit_b.pth filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
sam_hq_vit_h.pth filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
sam_hq_vit_l.pth filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
sam_vit_b_01ec64.pth filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
sam_vit_h_4b8939.pth filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
sam_vit_l_0b3195.pth filter=lfs diff=lfs merge=lfs -text
|
mobile_sam.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dbb90523a35330fedd7f1d3dfc66f995213d81b29a5ca8108dbcdd4e37d6c2f
|
| 3 |
+
size 40728226
|
sam_hq_vit_b.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14a9d662cd6f5a9c2dba6d40ab0058d88d287e4a18fd6fdc6ad5fb1a3fdeaa57
|
| 3 |
+
size 379335069
|
sam_hq_vit_h.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7ac14a085326d9fa6199c8c698c4f0e7280afdbb974d2c4660ec60877b45e35
|
| 3 |
+
size 2570940653
|
sam_hq_vit_l.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1a6c385d62bf005ded91a54d5ec55c985cfc4103ef89c08d90f39f04934c343
|
| 3 |
+
size 1254865805
|
sam_vit_b_01ec64.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2df62732614e57411cdcf32a23ffdf28910380d03139ee0f4fcbe91eb8c912
|
| 3 |
+
size 375042383
|
sam_vit_h_4b8939.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e
|
| 3 |
+
size 2564550879
|
sam_vit_l_0b3195.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3adcc4315b642a4d2101128f611684e8734c41232a17c648ed1693702a49a622
|
| 3 |
+
size 1249524607
|