You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
359 B
19 lines
359 B
# Jugando con IA y LLM
|
|
|
|
- <https://tacticalware.com/running-ollama-on-ubuntu-24-04-with-nvidia-gpu/>
|
|
|
|
```bash
|
|
apt update
|
|
apt upgrade
|
|
nvidia-smi
|
|
curl -fsSL https://ollama.com/install.sh | sh
|
|
```
|
|
|
|
Queda instalada como servicio, como no la quiero arrancar siempre tendremos que hacer un disable y arrancarlo manualmente.
|
|
|
|
|
|
|
|
|
|
|
|
Instalamos Docker y probamos web-ui
|