Instructions to use mradermacher/InstructLM-500M-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/InstructLM-500M-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/InstructLM-500M-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/InstructLM-500M-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/InstructLM-500M-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/InstructLM-500M-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/InstructLM-500M-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/InstructLM-500M-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/InstructLM-500M-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/InstructLM-500M-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/InstructLM-500M-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/InstructLM-500M-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/InstructLM-500M-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/InstructLM-500M-GGUF with Ollama:
ollama run hf.co/mradermacher/InstructLM-500M-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/InstructLM-500M-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/InstructLM-500M-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/InstructLM-500M-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/InstructLM-500M-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/InstructLM-500M-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/InstructLM-500M-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/InstructLM-500M-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/InstructLM-500M-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.InstructLM-500M-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from kaos
Browse files- .gitattributes +12 -0
- InstructLM-500M.IQ4_XS.gguf +3 -0
- InstructLM-500M.Q2_K.gguf +3 -0
- InstructLM-500M.Q3_K_L.gguf +3 -0
- InstructLM-500M.Q3_K_M.gguf +3 -0
- InstructLM-500M.Q3_K_S.gguf +3 -0
- InstructLM-500M.Q4_K_M.gguf +3 -0
- InstructLM-500M.Q4_K_S.gguf +3 -0
- InstructLM-500M.Q5_K_M.gguf +3 -0
- InstructLM-500M.Q5_K_S.gguf +3 -0
- InstructLM-500M.Q6_K.gguf +3 -0
- InstructLM-500M.Q8_0.gguf +3 -0
- InstructLM-500M.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 |
+
InstructLM-500M.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
InstructLM-500M.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
InstructLM-500M.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
InstructLM-500M.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
InstructLM-500M.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
InstructLM-500M.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
InstructLM-500M.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
InstructLM-500M.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
InstructLM-500M.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
InstructLM-500M.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
InstructLM-500M.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
InstructLM-500M.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
InstructLM-500M.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ffa49b54f7433a499af9e2220fe074f854ba14bf66ba746a6d64cf869046476
|
| 3 |
+
size 322590528
|
InstructLM-500M.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ebd0bc72028398b77444112aacf4d4d5aaaf625e94e81e14b0b61244fb592e
|
| 3 |
+
size 243984192
|
InstructLM-500M.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f8066f5ae07733420a2bf11f7788846d58b4ab4565110acdb7f53cd5e53ca96
|
| 3 |
+
size 317580096
|
InstructLM-500M.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3bcc949f91aae3dac240012ef98851eb7be1ef6d9c5b0f3f78e270a15aa3502
|
| 3 |
+
size 302511936
|
InstructLM-500M.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:98d2356335b4a2da183606efdee87c990187e0cbc3106718284cae94b4784661
|
| 3 |
+
size 278209344
|
InstructLM-500M.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:18b6a43443ddfc32360c4cfe9ae1f90938d2f403cd71dcf83c36f7e7073a755d
|
| 3 |
+
size 371035968
|
InstructLM-500M.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:247981c1cbc48936eef23961da5b242b2565a91c39925217a38f81caa7171cf2
|
| 3 |
+
size 348272448
|
InstructLM-500M.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78874c634180c26dc7c83fc36269ade6ab9439e5625f06c59a3cbd9b1fac56c0
|
| 3 |
+
size 423554880
|
InstructLM-500M.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84c43fa821c2b64789661965f04db41c79bd14025d789d3209e1a96f7fe122c5
|
| 3 |
+
size 404459328
|
InstructLM-500M.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4ddf7173b4c85643c2a05dd64c4966fbcc6ac1ee89f91f6fbfb331e6b8fb760b
|
| 3 |
+
size 492419904
|
InstructLM-500M.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bc70fe82a40f9c6e33bc714b18833e73b60b66f77c5f20ffc5d7b13dd5db905
|
| 3 |
+
size 604222272
|
InstructLM-500M.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a5a62f32d2789f5e534704990ca576b5092506d55f58f71a05d8a74d1406ec0
|
| 3 |
+
size 1136538432
|