inteligencia artificial de Francia
a mí me funciona muy bien es la inteligencia artificial francesa llamada mistral la he instalado en Android con este procedimiento y no hace falta conexión a Internet.
1. Install Termux from Google Play or GitHub or F-Droid
2. Install Ubuntu 20.04 on Termux using this step-by-step guide: https://github.com/tuanpham-dev/termux-ubuntu
On Termux execute the following command in order to install a console-only version of Ubuntu 20:
sudo apt update
sudo apt upgrade
sudo apt install curl
curl -fsSL https://ollama.com/install.sh | sh
ollama serve > /dev/null 2>&1 &
ollama run mistral:latest
For the NEXT time in order to start the Ubuntu OS you have to run this command on the Termux console:
./start-ubuntu20.sh
ollama serve > /dev/null 2>&1 &
ollama run mistral:latest
----------
y en Linux también funciona muy bien con este procedimiento lo he instalado y sin necesidad de Internet
https://markodenic.com/install-mistral-ai-on-linux/

Comentarios
Publicar un comentario