Instructions to use Fu01978/OLMo-2-1B-openai-gsm8k-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 Fu01978/OLMo-2-1B-openai-gsm8k-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 Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Fu01978/OLMo-2-1B-openai-gsm8k-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 Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Fu01978/OLMo-2-1B-openai-gsm8k-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 Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Fu01978/OLMo-2-1B-openai-gsm8k-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 Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Fu01978/OLMo-2-1B-openai-gsm8k-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Fu01978/OLMo-2-1B-openai-gsm8k-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Fu01978/OLMo-2-1B-openai-gsm8k-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M
- Ollama
How to use Fu01978/OLMo-2-1B-openai-gsm8k-GGUF with Ollama:
ollama run hf.co/Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use Fu01978/OLMo-2-1B-openai-gsm8k-GGUF with Docker Model Runner:
docker model run hf.co/Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M
- Lemonade
How to use Fu01978/OLMo-2-1B-openai-gsm8k-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Fu01978/OLMo-2-1B-openai-gsm8k-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.OLMo-2-1B-openai-gsm8k-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Add multiple GGUF quantization variants
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ 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 |
+
OLMo-2-1B-openai-gsm8k_Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
OLMo-2-1B-openai-gsm8k_Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
OLMo-2-1B-openai-gsm8k_Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
OLMo-2-1B-openai-gsm8k_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
OLMo-2-1B-openai-gsm8k_Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2988253556556076b5f466396de652039775526eed90859c63ca928a3132ad3d
|
| 3 |
+
size 935514912
|
OLMo-2-1B-openai-gsm8k_Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82616bc8ebada99ad3226bda7c4f2d316764bd12e67cc91d2b0f7a9f8f89dc22
|
| 3 |
+
size 1074451232
|
OLMo-2-1B-openai-gsm8k_Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5f8255001ea896442afdd0aa0d31c88fa4c08783473bf10a50de84befd231a4
|
| 3 |
+
size 1222071072
|
OLMo-2-1B-openai-gsm8k_Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c9dbecfde0e44e81ee713df1e423fecc5e3a0571c1815c10e44a8561c635820
|
| 3 |
+
size 1581667104
|