Instructions to use itlwas/OLMo-2-1124-7B-Q4_K_M-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 itlwas/OLMo-2-1124-7B-Q4_K_M-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 itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf itlwas/OLMo-2-1124-7B-Q4_K_M-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 itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf itlwas/OLMo-2-1124-7B-Q4_K_M-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 itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf itlwas/OLMo-2-1124-7B-Q4_K_M-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 itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M
Use Docker
docker model run hf.co/itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF with Ollama:
ollama run hf.co/itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF with Docker Model Runner:
docker model run hf.co/itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M
- Lemonade
How to use itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.OLMo-2-1124-7B-Q4_K_M-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
- gguf-my-repo
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
| 15 |
This model was converted to GGUF format from [`allenai/OLMo-2-1124-7B`](https://huggingface.co/allenai/OLMo-2-1124-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 16 |
Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-1124-7B) for more details on the model.
|
| 17 |
|
|
@@ -26,12 +26,12 @@ Invoke the llama.cpp server or the CLI.
|
|
| 26 |
|
| 27 |
### CLI:
|
| 28 |
```bash
|
| 29 |
-
llama-cli --hf-repo
|
| 30 |
```
|
| 31 |
|
| 32 |
### Server:
|
| 33 |
```bash
|
| 34 |
-
llama-server --hf-repo
|
| 35 |
```
|
| 36 |
|
| 37 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
@@ -48,9 +48,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
| 48 |
|
| 49 |
Step 3: Run inference through the main binary.
|
| 50 |
```
|
| 51 |
-
./llama-cli --hf-repo
|
| 52 |
```
|
| 53 |
or
|
| 54 |
```
|
| 55 |
-
./llama-server --hf-repo
|
| 56 |
```
|
|
|
|
| 11 |
- gguf-my-repo
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF
|
| 15 |
This model was converted to GGUF format from [`allenai/OLMo-2-1124-7B`](https://huggingface.co/allenai/OLMo-2-1124-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
| 16 |
Refer to the [original model card](https://huggingface.co/allenai/OLMo-2-1124-7B) for more details on the model.
|
| 17 |
|
|
|
|
| 26 |
|
| 27 |
### CLI:
|
| 28 |
```bash
|
| 29 |
+
llama-cli --hf-repo itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF --hf-file olmo-2-1124-7b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
| 30 |
```
|
| 31 |
|
| 32 |
### Server:
|
| 33 |
```bash
|
| 34 |
+
llama-server --hf-repo itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF --hf-file olmo-2-1124-7b-q4_k_m.gguf -c 2048
|
| 35 |
```
|
| 36 |
|
| 37 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
|
| 48 |
|
| 49 |
Step 3: Run inference through the main binary.
|
| 50 |
```
|
| 51 |
+
./llama-cli --hf-repo itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF --hf-file olmo-2-1124-7b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
| 52 |
```
|
| 53 |
or
|
| 54 |
```
|
| 55 |
+
./llama-server --hf-repo itlwas/OLMo-2-1124-7B-Q4_K_M-GGUF --hf-file olmo-2-1124-7b-q4_k_m.gguf -c 2048
|
| 56 |
```
|