see what is deepseek, and try to run it on local machine 3060 graphic card.


look into deep seek,  I want to install deepseek locally and run it,

download and installation:

 

https://ollama.com/download/windows or get linux version, see manual install steps

 https://ollama.com/library/deepseek-r1:1.5b

1. ollama

https://ollama.com/library/deepseek-r1

 

 

 

 这里deepseek就已经运行起来了。

 

run和list

image.png

拉下的模型本地迁移:https://github.com/ollama/ollama/issues/1165


Hi @biandayu, I used it on Ubuntu.
Important files are saved in the .ollama folder, so you can simply copy it to your new device.
The full path is:
/home/UserName/.ollama/models/
There are two folders:
manifests and blob.
The manifests folder contains metadata for the models, and the blob folder contains the models themselves.

image.png


training:

ollama run llama3.2 "Summarize the content of this file in 50 words." < input.txt


ollama run llama3.2 "Tell me about renewable energy."> output.txt


https://www.hostinger.com/tutorials/ollama-cli-tutorial


customizing models and conversations using templates


没有登录不能评论