Instructions to use neuroscr/computer-10-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 neuroscr/computer-10-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 neuroscr/computer-10-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf neuroscr/computer-10-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 neuroscr/computer-10-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf neuroscr/computer-10-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 neuroscr/computer-10-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf neuroscr/computer-10-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 neuroscr/computer-10-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf neuroscr/computer-10-GGUF:Q4_K_M
Use Docker
docker model run hf.co/neuroscr/computer-10-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use neuroscr/computer-10-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "neuroscr/computer-10-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "neuroscr/computer-10-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/neuroscr/computer-10-GGUF:Q4_K_M
- Ollama
How to use neuroscr/computer-10-GGUF with Ollama:
ollama run hf.co/neuroscr/computer-10-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use neuroscr/computer-10-GGUF with Docker Model Runner:
docker model run hf.co/neuroscr/computer-10-GGUF:Q4_K_M
- Lemonade
How to use neuroscr/computer-10-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull neuroscr/computer-10-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.computer-10-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
computer-10 (GGUF)
GGUF conversions of cosmicoptima/computer-10.
Status
| Artifact | State | Size |
|---|---|---|
computer-10-bf16.gguf |
done | ~132 GB |
computer-10-Q4_K_M.gguf |
done | ~40 GB |
Last updated: 2026-09-23 ~13:46 PDT
Files
computer-10-bf16.ggufโ full-precision BF16computer-10-Q4_K_M.ggufโ Q4_K_M (recommended for local 2x24GB)
Prompt format
Same as the source: document header, Full conversation with Model C:, then plain-text **User:** / **Model C:** turns (no chat template). Sample at temperature 1.0, top-p 0.98, stop on a blank line plus **User:**.
Source
Computer-9 fine-tuned on its own conversations (self-distillation). Llama 3.1 license.
- Downloads last month
- -
Hardware compatibility
Log In to add your hardware
4-bit
16-bit
Model tree for neuroscr/computer-10-GGUF
Base model
cosmicoptima/computer-7 Finetuned
cosmicoptima/computer-9 Finetuned
cosmicoptima/computer-10