The DeepSeek web interface won't show information about Tiananmen Square presumably because it's a China website but if you download the model and run it locally, it's fine.
Comments
Log in with your Bluesky account to leave a comment
Interesting! I was looking in to setting it up locally for a project, have you found any useful guides or is the Deepseek Github readme actually enough?!
Comments
Once you install and run that I think it opens a terminal for you, but open one if not.
ollama -v
to check if ollama is installed properly
I downloaded the 8b model by putting this in the terminal:
ollama run deepseek-r1:8b
Once that downloads, it should start running.