Enhance Ollama integration and model management
- 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>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Локальный манифест Ollama (не коммить). Пример: ollama-models.example.yaml
|
||||
# name = точный тег для `ollama pull`. Пустой models: [] — без pull.
|
||||
models:
|
||||
- name: huihui_ai/qwen2.5-vl-abliterated:7b
|
||||
default: true
|
||||
Reference in New Issue
Block a user