File size: 300 Bytes
e5ceda3 c3e8766 e5ceda3 9f1234d b2cd311 |
1 2 3 4 5 6 7 8 9 |
name: Nomic Embed Text v1 Q8_0
model: nomic-embed-text-v1:Q8_0
version: 1
model_type: 'embedding' # 'embedding' | 'llm'
# Engine / Model Settings
ngl: 100 # Infer from base config.json -> num_attention_heads
ctx_len: 8192 # Infer from base config.json -> max_position_embeddings
engine: llama-cpp |