mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-04-28 18:31:19 +00:00
Add Apple instructions to README
This commit is contained in:
@@ -22,6 +22,8 @@ https://docs.sillytavern.app/
|
||||
|
||||
If you want to use the most advanced features (like Stable Diffusion, TTS), change that to **requirements-complete.txt** in commands below. See [Modules](#modules) section for more details.
|
||||
|
||||
If you run on Apple Silicon (M1/M2), use the **requirements-silicon.txt** file instead.
|
||||
|
||||
### Getting an error when installing from requirements-complete.txt?
|
||||
|
||||
> ERROR: Could not build wheels for hnswlib, which is required to install pyproject.toml-based projects
|
||||
@@ -137,6 +139,7 @@ cd SillyTavern-extras
|
||||
| `--share` | Share the app on CloudFlare tunnel |
|
||||
| `--secure` | Adds API key authentication requirements. Highly recommended when paired with share! |
|
||||
| `--cpu` | Run the models on the CPU instead of CUDA. Enabled by default. |
|
||||
| `--mps` or `--m1` | Run the models on Apple Silicon. Only for M1 and M2 processors. |
|
||||
| `--cuda` | Uses CUDA (GPU+VRAM) to run modules if it is available. Otherwise, falls back to using CPU. |
|
||||
| `--cuda-device` | Specifies a CUDA device to use. Defaults to `cuda:0` (first available GPU). |
|
||||
| `--summarization-model` | Load a custom summarization model.<br>Expects a HuggingFace model ID.<br>Default: [Qiliang/bart-large-cnn-samsum-ChatGPT_v3](https://huggingface.co/Qiliang/bart-large-cnn-samsum-ChatGPT_v3) |
|
||||
|
||||
Reference in New Issue
Block a user