Text Generation
GGUF
English
context-1
chroma
Mixture of Experts
qwen
llama.cpp
quantized
conversational
Instructions to use nicolasembleton/context-1-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 nicolasembleton/context-1-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 nicolasembleton/context-1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nicolasembleton/context-1-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 nicolasembleton/context-1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nicolasembleton/context-1-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 nicolasembleton/context-1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf nicolasembleton/context-1-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 nicolasembleton/context-1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf nicolasembleton/context-1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/nicolasembleton/context-1-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use nicolasembleton/context-1-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "nicolasembleton/context-1-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": "nicolasembleton/context-1-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/nicolasembleton/context-1-GGUF:Q4_K_M
- Ollama
How to use nicolasembleton/context-1-GGUF with Ollama:
ollama run hf.co/nicolasembleton/context-1-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use nicolasembleton/context-1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf nicolasembleton/context-1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "nicolasembleton/context-1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use nicolasembleton/context-1-GGUF with Docker Model Runner:
docker model run hf.co/nicolasembleton/context-1-GGUF:Q4_K_M
- Lemonade
How to use nicolasembleton/context-1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nicolasembleton/context-1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.context-1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use nicolasembleton/context-1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf nicolasembleton/context-1-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default nicolasembleton/context-1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use nicolasembleton/context-1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf nicolasembleton/context-1-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "nicolasembleton/context-1-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Commit History
Upload context-1-Q4_K_XL.gguf with huggingface_hub b819f7b verified
Upload context-1-Q3_K_XL.gguf with huggingface_hub d0d8265 verified
Upload context-1-Q5_K_M_L.gguf with huggingface_hub 9fc0c84 verified
Upload context-1-Q4_K_M_L.gguf with huggingface_hub 26aaad5 verified
Upload context-1-Q3_K_M_L.gguf with huggingface_hub 1f98d32 verified
Upload context-1-Q2_K_L.gguf with huggingface_hub 74bbfe1 verified
Upload context-1-Q8_0_XL.gguf with huggingface_hub 2bdec5b verified
Upload context-1-Q6_K_XL.gguf with huggingface_hub 6da402b verified
Upload context-1-Q5_K_M_XL.gguf with huggingface_hub 8e9b39f verified
Upload context-1-Q4_K_M_XL.gguf with huggingface_hub 073bb7b verified
Upload context-1-Q3_K_M_XL.gguf with huggingface_hub 9ba2dcb verified
Upload context-1-Q2_K_XL.gguf with huggingface_hub 4c62243 verified
Upload context-1-BF16.gguf with huggingface_hub e152761 verified
Upload context-1-TQ2_0.gguf with huggingface_hub 4148d34 verified
Upload context-1-TQ1_0.gguf with huggingface_hub bec49d5 verified
Upload context-1-Q5_1.gguf with huggingface_hub 030fd85 verified
Upload context-1-Q5_0.gguf with huggingface_hub 8a94f6d verified
Upload context-1-Q4_1.gguf with huggingface_hub 9be9da3 verified
Upload context-1-Q4_0.gguf with huggingface_hub cc4c3cb verified
Upload context-1-IQ3_XS.gguf with huggingface_hub f48aca2 verified
Upload context-1-IQ2_S.gguf with huggingface_hub c96876a verified
Upload context-1-IQ2_XS.gguf with huggingface_hub bb01fb8 verified
Upload context-1-Q2_K_S.gguf with huggingface_hub 1577f21 verified
Upload context-1-Q3_K_L.gguf with huggingface_hub 5887dbe verified
Upload context-1-IQ4_XS.gguf with huggingface_hub fe43437 verified
Nick Emb commited on
Upload context-1-IQ4_NL.gguf with huggingface_hub 95f4c52 verified
Nick Emb commited on
Upload context-1-IQ3_XXS.gguf with huggingface_hub 6644576 verified
Nick Emb commited on
Upload context-1-IQ3_S.gguf with huggingface_hub 52d1f6d verified
Nick Emb commited on
Upload context-1-IQ3_M.gguf with huggingface_hub ae72c02 verified
Nick Emb commited on
Upload context-1-IQ2_XXS.gguf with huggingface_hub b87c324 verified
Nick Emb commited on
Upload context-1-IQ2_M.gguf with huggingface_hub ecb8f65 verified
Nick Emb commited on
Upload context-1-IQ1_S.gguf with huggingface_hub d107316 verified
Nick Emb commited on
Upload context-1-IQ1_M.gguf with huggingface_hub 604acf3 verified
Nick Emb commited on
Upload context-1-Q8_0.gguf with huggingface_hub 23fbd13 verified
Nick Emb commited on
Upload context-1-Q6_K.gguf with huggingface_hub 9d1b5e0 verified
Nick Emb commited on
Upload context-1-Q5_K_M.gguf with huggingface_hub 6735334 verified
Nick Emb commited on
Upload context-1-Q5_K_S.gguf with huggingface_hub 7cd3a97 verified
Nick Emb commited on
Upload context-1-Q4_K_S.gguf with huggingface_hub b63130c verified
Nick Emb commited on
Upload context-1-Q3_K_M.gguf with huggingface_hub e6ef7a3 verified
Nick Emb commited on
Upload context-1-Q3_K_S.gguf with huggingface_hub f0509c8 verified
Nick Emb commited on
Upload context-1-Q2_K.gguf with huggingface_hub 42678b4 verified
Nick Emb commited on
Upload context-1-Q4_K_M.gguf with huggingface_hub 883875d verified
Nick Emb commited on
initial commit 6005108 verified
Nick Emb commited on