Instructions to use neuphonic/neutts-air with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use neuphonic/neutts-air with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="neuphonic/neutts-air", filename="neutss-air-BF16.gguf", )
llm.create_chat_completion( messages = "\"The answer to the universe is 42\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use neuphonic/neutts-air with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf neuphonic/neutts-air:BF16 # Run inference directly in the terminal: llama-cli -hf neuphonic/neutts-air:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf neuphonic/neutts-air:BF16 # Run inference directly in the terminal: llama-cli -hf neuphonic/neutts-air:BF16
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 neuphonic/neutts-air:BF16 # Run inference directly in the terminal: ./llama-cli -hf neuphonic/neutts-air:BF16
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 neuphonic/neutts-air:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf neuphonic/neutts-air:BF16
Use Docker
docker model run hf.co/neuphonic/neutts-air:BF16
- LM Studio
- Jan
- Ollama
How to use neuphonic/neutts-air with Ollama:
ollama run hf.co/neuphonic/neutts-air:BF16
- Unsloth Studio new
How to use neuphonic/neutts-air with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for neuphonic/neutts-air to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for neuphonic/neutts-air to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for neuphonic/neutts-air to start chatting
- Pi new
How to use neuphonic/neutts-air with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf neuphonic/neutts-air:BF16
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "neuphonic/neutts-air:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use neuphonic/neutts-air with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf neuphonic/neutts-air:BF16
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 neuphonic/neutts-air:BF16
Run Hermes
hermes
- Docker Model Runner
How to use neuphonic/neutts-air with Docker Model Runner:
docker model run hf.co/neuphonic/neutts-air:BF16
- Lemonade
How to use neuphonic/neutts-air with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull neuphonic/neutts-air:BF16
Run and chat with the model
lemonade run user.neutts-air-BF16
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model.safetensors +2 -2
- tokenizer.json +2 -2
- tokenizer_config.json +2 -2
- vocab.json +0 -0
config.json
CHANGED
|
@@ -50,5 +50,5 @@
|
|
| 50 |
"transformers_version": "4.56.1",
|
| 51 |
"use_cache": true,
|
| 52 |
"use_sliding_window": false,
|
| 53 |
-
"vocab_size":
|
| 54 |
}
|
|
|
|
| 50 |
"transformers_version": "4.56.1",
|
| 51 |
"use_cache": true,
|
| 52 |
"use_sliding_window": false,
|
| 53 |
+
"vocab_size": 107567
|
| 54 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fb17d99169d09d52f4933f04ff10431246bb1b365d056cf774cdf4209f829bc
|
| 3 |
+
size 1101348824
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:101d08658b465af83cee6e77845a968fd3af759ccb3f0a749741aa02e224e191
|
| 3 |
+
size 18184379
|
tokenizer_config.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5fb19f301cb2698d56b52ebdaef7a22e9b312dfcc4a441a0f9d6d29d34bc5d61
|
| 3 |
+
size 12002334
|
vocab.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|