~/runthismodel
daemon okbuild 5a3c91d00:00:00Z

Can M4 Max run Nomic Embed Text v1.5?

S

Yes — runs locally

~102 tok/sec · Instant — feels like typing. No noticeable delay.

Your VRAM
128 GB
Model size
0.137B
Best quant
FP16
VRAM needed
0.8 GB

The verdict

The M4 Max (128 GB VRAM) handles Nomic Embed Text v1.5 comfortably using the FP16 quantization, which fits in 0.8 GB. Expected throughput is around 102 tokens/second, which feels Instant — feels like typing. No noticeable delay. in interactive use. High quality text embedding model. 137M params. Good for RAG and search.

Setup tutorial: Nomic Embed Text v1.5 on M4 Max

AI-generated, GPU-specific. Verified commands for your exact hardware.

TL;DR

Run Nomic Embed Text v1.5 on an Apple M4 Max with FP16 quantization for Grade S performance at ~3274 tok/sec. Requires 0.8GB VRAM.

Prerequisites

Before starting, ensure you have at least 1GB of free disk space, macOS 12 or later, and Xcode Command Line Tools installed. You can install Xcode CLT by running `xcode-select --install` in your terminal.

Expected performance

With the FP16 quantization, you can expect ~3274 tok/sec throughput with 0.8GB VRAM in use, leaving 127.2GB of VRAM available for context. This allows for a practical context window of up to 8192 tokens, making it suitable for RAG and search applications.

1. Install runtimeOllama (preferred on Apple Silicon)

brew install ollama
ollama init

2. Download the model

Download the FP16 quantized model (0.3GB) from Hugging Face.

ollama pull nomic-ai/nomic-embed-text-v1.5-GGUF:nomic-embed-text-v1.5.f16.gguf

3. Run it

ollama run nomic-ai/nomic-embed-text-v1.5-GGUF:nomic-embed-text-v1.5.f16.gguf
ollama chat --model nomic-ai/nomic-embed-text-v1.5-GGUF:nomic-embed-text-v1.5.f16.gguf

4. Optimize for M4 Max

For optimal performance on the Apple M4 Max, leverage the Metal/MLX backend to utilize the 128GB of unified memory efficiently. Ensure that MPS layers are enabled to take advantage of the GPU's parallel processing capabilities. The large VRAM allows for a significant context window without running into memory constraints.

Troubleshooting

Error: Unable to initialize Ollama runtime

Ensure Xcode Command Line Tools are installed by running `xcode-select --install`. Then, try initializing Ollama again with `ollama init`.

Error: Insufficient VRAM

Check if other processes are using VRAM. Close any unnecessary applications and retry running the model.

Error: Model not found

Verify the model name and path. Ensure the model is correctly downloaded and available in the Ollama model directory.

Alternative runtimes

While Ollama is the preferred runtime for Apple Silicon, alternatives like LM Studio, llama.cpp, and MLX can be used for more advanced tuning or specific use cases. For example, LM Studio offers a graphical interface for easier model management, while llama.cpp provides more control over quantization and performance tuning.

Other models that run great on M4 Max

FAQ (20)

What GPU do I need to run Nomic Embed Text v1.5?

Nomic Embed Text v1.5 requires a GPU with at least 0.3 GB of VRAM for basic operation, but 0.8 GB is recommended for optimal performance, especially with higher quantization levels.

Is Nomic Embed Text v1.5 good for coding?

Nomic Embed Text v1.5 is primarily designed for text embedding tasks, which can be useful for code search and retrieval, but it may not be as specialized for coding as models specifically trained on programming data.

Nomic Embed Text v1.5 vs Llama 3.1 8B?

Nomic Embed Text v1.5 has 0.137 billion parameters, making it significantly smaller than Llama 3.1 8B, which has 8 billion parameters. This makes Nomic Embed Text v1.5 more lightweight and easier to run on less powerful hardware, but it may not perform as well on complex tasks.

Can I run Nomic Embed Text v1.5 on a Mac?

Yes, you can run Nomic Embed Text v1.5 on a Mac, provided your Mac meets the minimum VRAM requirements of 0.3 GB and has the necessary software dependencies installed.

How much VRAM does Nomic Embed Text v1.5 need?

Nomic Embed Text v1.5 requires between 0.3 GB and 0.8 GB of VRAM, depending on the quantization level used. Lower quantization levels require less VRAM but may impact performance.

Is Nomic Embed Text v1.5 censored?

Nomic Embed Text v1.5 is not explicitly censored. However, it adheres to ethical guidelines and best practices in AI development, which may influence its training data and output.

Is Nomic Embed Text v1.5 commercial-use allowed?

Yes, Nomic Embed Text v1.5 is licensed under the Apache-2.0 license, which allows for both commercial and non-commercial use without restriction.

Nomic Embed Text v1.5 context length?

Nomic Embed Text v1.5 supports a context length of up to 8192 tokens, which is quite generous for most text embedding tasks.

Want personalized recommendations for your exact setup? Detect my hardware →