SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

What about Android? #13

Closed Teashrock closed 1 year ago

Teashrock commented 1 year ago

As SillyTavern itself works on Android perfectly, it's a bit confusing to see TavernAI-extras being unable to complete pip install -r requirements.txt. I would like to get it running in Termux somehow.

Screenshot_20230419_202853_Termux

Cohee1207 commented 1 year ago

The requirements file references a CUDA version of torch, but Android certainly doesn't have that. I can try with replacing the requirements file with a non-CUDA version of torch. Will post the results shortly.

Cohee1207 commented 1 year ago

After experimentations, I don't see it being possible for pytorch to run natively on Termux. Your best bet would be:

  1. Running on a computer and sharing over the local network
  2. Running in the cloud and sharing over the internet
Teashrock commented 1 year ago

@Cohee1207 No problem, thanks anyway.

Cohee1207 commented 1 year ago

Try this: https://rentry.org/STAI-Termux#downloading-and-running-tai-extras