Instructions to use AI4SGI/ExoMind-9B-F16-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 AI4SGI/ExoMind-9B-F16-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 AI4SGI/ExoMind-9B-F16-GGUF:F16 # Run inference directly in the terminal: llama cli -hf AI4SGI/ExoMind-9B-F16-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf AI4SGI/ExoMind-9B-F16-GGUF:F16 # Run inference directly in the terminal: llama cli -hf AI4SGI/ExoMind-9B-F16-GGUF:F16
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 AI4SGI/ExoMind-9B-F16-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf AI4SGI/ExoMind-9B-F16-GGUF:F16
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 AI4SGI/ExoMind-9B-F16-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf AI4SGI/ExoMind-9B-F16-GGUF:F16
Use Docker
docker model run hf.co/AI4SGI/ExoMind-9B-F16-GGUF:F16
- LM Studio
- Jan
- vLLM
How to use AI4SGI/ExoMind-9B-F16-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "AI4SGI/ExoMind-9B-F16-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": "AI4SGI/ExoMind-9B-F16-GGUF", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/AI4SGI/ExoMind-9B-F16-GGUF:F16
- Ollama
How to use AI4SGI/ExoMind-9B-F16-GGUF with Ollama:
ollama run hf.co/AI4SGI/ExoMind-9B-F16-GGUF:F16
- Unsloth Desktop
- Pi
How to use AI4SGI/ExoMind-9B-F16-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AI4SGI/ExoMind-9B-F16-GGUF:F16
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": "AI4SGI/ExoMind-9B-F16-GGUF:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use AI4SGI/ExoMind-9B-F16-GGUF with Docker Model Runner:
docker model run hf.co/AI4SGI/ExoMind-9B-F16-GGUF:F16
- Lemonade
How to use AI4SGI/ExoMind-9B-F16-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AI4SGI/ExoMind-9B-F16-GGUF:F16
Run and chat with the model
lemonade run user.ExoMind-9B-F16-GGUF-F16
List all available models
lemonade list
- Hermes Agent
How to use AI4SGI/ExoMind-9B-F16-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 AI4SGI/ExoMind-9B-F16-GGUF:F16
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 AI4SGI/ExoMind-9B-F16-GGUF:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use AI4SGI/ExoMind-9B-F16-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf AI4SGI/ExoMind-9B-F16-GGUF:F16
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 "AI4SGI/ExoMind-9B-F16-GGUF:F16" \ --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"
ExoMind Research Content and Brand Terms
Unless a specific item states otherwise, these terms apply to Paper.pdf, the
paper's substantive content, the research and evaluation content in README.md,
CITATION.cff, and docs/ (including docs/benchmark-data.js and
docs/performance-data.js), the ExoMind name and logo, and ExoMind visual brand
assets.
Copyright © 2026 the applicable rights holders. All rights reserved, subject to the permissions below.
Linking and citation
No separate permission from the ExoMind rights holders is required to link to the official project page or official technical report, provide the paper title and bibliographic citation, or discuss and cite ExoMind without reproducing reserved material beyond what applicable law permits.
Limited noncommercial promotional permission
Subject to the conditions below, the applicable rights holders grant permission to reproduce the following materials solely for noncommercial communication or promotion specifically about ExoMind:
- the paper abstract or a faithful translation of it;
- brief attributed excerpts from the report or official ExoMind announcements; and
- an unmodified ExoMind logo or official ExoMind figure.
These uses must:
- clearly identify the source as ExoMind Team, Shanghai Artificial Intelligence Laboratory;
- include a link to the official project page or technical report when the format permits;
- preserve the original meaning and presentation, apart from proportionate resizing or layout-neutral cropping; and
- not imply endorsement, affiliation, authorship, or sponsorship.
The materials may not be sold, used in merchandise or paid advertising, or redistributed as a standalone asset or dataset collection. "Noncommercial" means not primarily intended for commercial advantage or monetary compensation.
This permission applies only to rights controlled by the applicable rights holders. It does not grant rights in third-party names, logos, or materials that may appear in an ExoMind figure or webpage.
Uses requiring prior written permission
Without prior written permission from the applicable rights holders, you may not:
- host, mirror, or redistribute the complete technical-report PDF instead of linking to the official copy;
- publish or distribute a translation, adaptation, or other derivative version of the technical report;
- reproduce substantial portions of the paper's text, tables, figures, or other content in another manuscript or submission beyond properly attributed uses permitted by applicable law;
- use ExoMind research content or brand assets to market an unrelated project, imply endorsement, or for other commercial purposes.
No permission in these terms authorizes a recipient to submit the technical report, a modified version, or substantially copied content as another work or under false or incomplete authorship; claim authorship of ExoMind; or remove its attribution.
Independent research and applicable law
These terms do not restrict linking, proper citation, independent implementation, independently written follow-on research, or any use permitted by applicable law, including fair use or fair dealing. They do not transfer authorship or waive academic-integrity obligations. Customary news reporting and quotation remain governed by applicable law.
For permissions beyond the scope above, contact the ExoMind Team through the official project repository.