add paraGenerator

This commit is contained in:
podiukov.iv
2026-04-23 15:35:34 +05:00
parent c84bb64551
commit 3e0a0ee403
5 changed files with 90 additions and 8 deletions

View File

@@ -5,4 +5,7 @@
pip install spacy
python -m spacy download ru_core_news_lg
```
#### для paraGenerator
```
CMAKE_ARGS="-DGGML_CUDA=on -DLLAMA_OPENSSL=ON" pip install llama-cpp-python
```