How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="olegshulyakov/nomic-embed-text-v2-moe-GGUF",
	filename="nomic-embed-text-v2-moe-Q4_0.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

nomic-embed-text-v2-moe

Model creator: nomic-ai
Original model: nomic-ai/nomic-embed-text-v2-moe
GGUF quantization: provided by olegshulyakov using llama.cpp

Special thanks

🙏 Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

ollama run "hf.co/olegshulyakov/nomic-embed-text-v2-moe-GGUF:Q4_0"

Use with LM Studio

lms load "olegshulyakov/nomic-embed-text-v2-moe-GGUF"

Use with llama.cpp CLI

llama-cli --hf "olegshulyakov/nomic-embed-text-v2-moe-GGUF:Q4_0" -p "The meaning to life and the universe is"

Use with llama.cpp Server:

llama-server --hf "olegshulyakov/nomic-embed-text-v2-moe-GGUF:Q4_0" -c 4096
Downloads last month
103
GGUF
Model size
0.5B params
Architecture
nomic-bert-moe
Hardware compatibility
Log In to add your hardware

4-bit

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

Model tree for olegshulyakov/nomic-embed-text-v2-moe-GGUF