Start with reproducing commands proposed in https://linuxconfig.org/how-to-install-and-run-deepseek-ai-on-ubuntu-debian-no-gpu
boris@DebianTRXE:~$ curl -fsSL https://ollama.com/install.sh | sh
>>> Installing ollama to /usr/local
>>> Downloading Linux amd64 bundle
######################################################################## 100.0%
>>> Creating ollama user...
>>> Adding ollama user to render group...
>>> Adding ollama user to video group...
>>> Adding current user to ollama group...
>>> Creating ollama systemd service...
>>> Enabling and starting ollama service...
Created symlink '/etc/systemd/system/default.target.wants/ollama.service' → '/etc/systemd/system/ollama.service'.
>>> The Ollama API is now available at 127.0.0.1:11434.
>>> Install complete. Run "ollama" from the command line.
WARNING: No NVIDIA/AMD GPU detected. Ollama will run in CPU-only mode.
boris@DebianTRXE:~$ ollama --version
ollama version is 0.5.7
boris@DebianTRXE:~$ systemctl is-active ollama.service
active
boris@DebianTRXE:~$ cd /
boris@DebianTRXE:/$ df -Th .
Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/vg_trixie-lv1_trixie ext4 49G 17G 30G 36% /
boris@DebianTRXE:/$ ollama pull deepseek-r1:8b
pulling manifest
pulling 6340dc3229b0... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████▏ 4.9 GB
pulling 369ca498f347... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████▏ 387 B
pulling 6e4c38e1172f... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████▏ 1.1 KB
pulling f4d24e9138dd... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████▏ 148 B
pulling 0cb05c6e4e02... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████▏ 487 B
verifying sha256 digest
writing manifest
success
Now ask DeepSeek - Who was Debian Linux Founder ?
Another question - who was the most influential person in "systemd" development on Linux ?
Same question been asked via "ollama run deepseek-r1:14b" on another Debian Sid instance . Virtual drive was increased up to 90 GB and RAM up to 24 GB. As far as to my knowledge this answer sounds more precise
No comments:
Post a Comment