- Implemented support for parallel embedding in Ollama, allowing for improved performance in chat and memory functions. - Updated the `ollama-roles.json` and CPU Modelfile to accommodate new features. - Increased the maximum loaded models and parallel processing limits to 2, optimizing resource usage. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
278 B
Plaintext
6 lines
278 B
Plaintext
# Локальный манифест Ollama (не коммить). Пример: ollama-models.example.yaml
|
|
# name = точный тег для `ollama pull`. Пустой models: [] — без pull.
|
|
models:
|
|
- name: huihui_ai/qwen2.5-vl-abliterated:7b
|
|
default: true
|