Instructions to use nomic-ai/nomic-embed-text-v1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use nomic-ai/nomic-embed-text-v1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="nomic-ai/nomic-embed-text-v1-GGUF", filename="nomic-embed-text-v1.Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use nomic-ai/nomic-embed-text-v1-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 nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nomic-ai/nomic-embed-text-v1-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 nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf nomic-ai/nomic-embed-text-v1-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 nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf nomic-ai/nomic-embed-text-v1-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 nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use nomic-ai/nomic-embed-text-v1-GGUF with Ollama:
ollama run hf.co/nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M
- Unsloth Studio
How to use nomic-ai/nomic-embed-text-v1-GGUF 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 nomic-ai/nomic-embed-text-v1-GGUF 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 nomic-ai/nomic-embed-text-v1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for nomic-ai/nomic-embed-text-v1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use nomic-ai/nomic-embed-text-v1-GGUF with Docker Model Runner:
docker model run hf.co/nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M
- Lemonade
How to use nomic-ai/nomic-embed-text-v1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull nomic-ai/nomic-embed-text-v1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.nomic-embed-text-v1-GGUF-Q4_K_M
List all available models
lemonade list
Commit ·
f310e8b
1
Parent(s): 84e6b93
compatiblity with llama.cpp PR 5500
Browse files- nomic-embed-text-v1.Q2_K.gguf +1 -1
- nomic-embed-text-v1.Q3_K_L.gguf +1 -1
- nomic-embed-text-v1.Q3_K_M.gguf +1 -1
- nomic-embed-text-v1.Q3_K_S.gguf +1 -1
- nomic-embed-text-v1.Q4_0.gguf +1 -1
- nomic-embed-text-v1.Q4_K_M.gguf +1 -1
- nomic-embed-text-v1.Q4_K_S.gguf +1 -1
- nomic-embed-text-v1.Q5_0.gguf +1 -1
- nomic-embed-text-v1.Q5_K_M.gguf +1 -1
- nomic-embed-text-v1.Q5_K_S.gguf +1 -1
- nomic-embed-text-v1.Q6_K.gguf +1 -1
- nomic-embed-text-v1.Q8_0.gguf +1 -1
- nomic-embed-text-v1.f16.gguf +1 -1
- nomic-embed-text-v1.f32.gguf +1 -1
nomic-embed-text-v1.Q2_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 49361088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afb87e81c67d34db721db27f093d1e87e4620001fe11e4566c5ceb88cd0fc667
|
| 3 |
size 49361088
|
nomic-embed-text-v1.Q3_K_L.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 71593088
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1974d4dd71b76ae3a44b58c12bd753fd57f08975a81a77960097e285a01eb32
|
| 3 |
size 71593088
|
nomic-embed-text-v1.Q3_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 67169408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b5811832d7bf8cae9ec2824128e25a7b69bc752a7c993893df7ec80ff506424
|
| 3 |
size 67169408
|
nomic-embed-text-v1.Q3_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 59649152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60c6e5a619c66d210da3058e4a36aeab1c49386fa4836cb165f2e81182875fde
|
| 3 |
size 59649152
|
nomic-embed-text-v1.Q4_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 77802880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca39592bb0191be78b0fa9263b96792203eaad7bd9de0d53ad7f07c1f7d59dc5
|
| 3 |
size 77802880
|
nomic-embed-text-v1.Q4_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 84106624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b910918b82f87301b0301134c4a131a15a6123962e8b89a0554ba7357d285fb
|
| 3 |
size 84106624
|
nomic-embed-text-v1.Q4_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 78097792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b72dd549a1589e4047ed3cd737ba6ae974ae635a0e327f4352c56536573b9d4
|
| 3 |
size 78097792
|
nomic-embed-text-v1.Q5_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94888768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3fac9da3c08434befcd3f4353e68df0f2b61dc200ee7b8a38afccf55e7fb0e7
|
| 3 |
size 94888768
|
nomic-embed-text-v1.Q5_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 99588928
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b27adf775cc6976755da192c1982877c54c2cbbd2f47552b4189d96829657d0
|
| 3 |
size 99588928
|
nomic-embed-text-v1.Q5_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94888768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e1590be631a94d824c148b2f1d4297c94edf35f538c17554ccc75ee44c377e5
|
| 3 |
size 94888768
|
nomic-embed-text-v1.Q6_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 113042528
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c80b0668ea5ce20f55075cd46237944172b93f61907b47fa022fe35eaf05181d
|
| 3 |
size 113042528
|
nomic-embed-text-v1.Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 146146432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:194206fcf0e77681bd2eaa3517b6fce880e1a3e15ef89935a77a1892574d15f7
|
| 3 |
size 146146432
|
nomic-embed-text-v1.f16.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 274290560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e17ebde8d22d345aead60b0ed10726e8c45a06f4ba9a45223ab594526542e58f
|
| 3 |
size 274290560
|
nomic-embed-text-v1.f32.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 547664768
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1798c9e108b1d27fe3501339ac7785ea37f6504ee928ef7802ad881219e4c04c
|
| 3 |
size 547664768
|