How to use from
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 North-ML1/Wind-Arc-Base-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf North-ML1/Wind-Arc-Base-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 North-ML1/Wind-Arc-Base-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf North-ML1/Wind-Arc-Base-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 North-ML1/Wind-Arc-Base-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf North-ML1/Wind-Arc-Base-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 North-ML1/Wind-Arc-Base-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf North-ML1/Wind-Arc-Base-GGUF:Q4_K_M
Use Docker
docker model run hf.co/North-ML1/Wind-Arc-Base-GGUF:Q4_K_M
Quick Links

Wind Arc 1.5 — Base Variant (GGUF)

⚠️ Discontinued. The Wind series has been sunset. Active development has moved to the Forge model series.

This is the base (pretrained) variant of Wind Arc 1.5 — released as a GGUF for archival and research purposes.


⚠️ Usage Warning

This is a raw base model, not an instruction-tuned assistant.

  • Do not apply a chat template — it was not trained with one
  • It will fail to follow instructions in ~9 out of 10 cases
  • It is suited for text continuation, not Q&A or dialogue

If you need a model that actually answers questions, look at instruction-tuned releases instead.


Intended Use

Remodel it if you want. Failed to send message unordered_map::at: key not found will happen in LM Studio. Use at your own risk.

Model Details

Property Value
Series Wind Arc (discontinued)
Variant Base (no instruction tuning)
Format GGUF
License Apache 2.0
Language English

Related

Downloads last month
27
GGUF
Model size
0.2B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

32-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including North-ML1/Wind-Arc-Base-GGUF