This article is reprinted from Tencent's "Useful Reviews"

Speaking of2025, the event that stunned the tech world, it has to beDeepSeek, this homegrownAI bursting onto the scene. To put it in novelistic terms: while all the big shots were busy bragging about how powerful theirAI was, this homegrown underdog leapt over the dragon gate and swept everything away. It turns outAI isn't that expensive after all. DeepSeek caused NVIDIA's stock to plunge 17% on January 28, wiping out 589 billion dollars in one go. Finally someone is putting the capital markets in their place.

Today is the first day of the Lunar New Year. In the new year, let's show some support for homegrown products, and in keeping with the freeloader spirit, deploy DeepSeek to a local machine so it can be happily used even without a network connection. Of course, if you know anything about AI, the more computing power and the more parameters such a large model uses, the better the results will be. So local deployment is just a fun self-entertainment exercise; truly demonstrating the capabilities of a large AI model still requires more parameters and more computing power.

1. First install the basic environment for running the large AI model

A large model is not anexe executable program; you need to configure the runtime environment for the large model. There are many easy-to-use open-source tools of this kind, and a fairly well-known one isOllama. Its installation is fairly simple: just go to the official website, download the program for your system, and install it.https://www.ollama.com/

图片
The currently supported systems areMacOS, Linux and Windows. We just choose the version that matches our device; here I chose theWindows version.
图片
The installation process is nothing special; one click ofInstall completes the installation. Once installed,Ollama will run in the background.
图片
ClickInstall and then just wait for the program to finish installing.
图片

Ollama is only an environment for running theAI large model, so if we want to runDeepSeek, we still need to, on top of theOllama environment, additionally installDeepSeek.

Ollama's official website offers a variety of runnableAI large models. The hottest one right now isDeepSeek: r1, so there's no need to look elsewhere; just go to theOllama official website and installDeepSeek.

图片
As is well known,AI large models are an application scenario of deep learning. The more parameters, the more computing resources required, and the better the results.deepSeek: r1 version offers models with various parameter sizes, and we can choose based on the configuration of our running device.
图片

Here I chose the default7b-parameter version. ThroughWindows's command-line tool orPowerShell, just run the corresponding install command.

  •  
ollama run deepseek-r1

To install a version with a different number of parameters, just add a colon and the corresponding parameter count after the above command, for example:

  •  
ollama run deepseek-r1: 671b

 

图片
Likewise, after entering the above command and pressing Enter, just wait for the system to finish installing. There will be a prompt once installation succeeds. The system defaults to an English interface, and you can later configure the language through different interfaces. From this point, theOllama environment-basedDeepSeek:R1 large model has been successfully installed—couldn't be simpler, right?
图片
From now on we can, inPowerShell, happily use theDeepSeek:R1 model. However, the command line is always a bit awkward to use, isn't it? We can use some tools to improve the interaction, for example by installing aChrome extension for graphical interaction.
图片
Here I just grabbed one,Page Assist-a localAI modelWeb UI, which lets you access locally deployedAI large models through the web, not limited to theDeepSeek:R1 covered in this article. Of course, installing Google extensions requires some special means—everyone figure it out on your own, and feel free to discuss in the comments if you have issues.
图片
After installingPage Assist, you can click the icon in the browser extensions to enter the web-based graphical interface.
图片
The initial interface is in English. If you're not used to it, you can configure it accordingly. Click the settings icon in the top-right corner of the interface, and in the General settings change both the speech recognition language and the language to Chinese, and you're good to go.
图片

However, you still need to do some further configuration here to makeDeepSeek work properly. In the second item,RAG settings, select theDeepSeek:R1 large model we installed; the other parameters can be left at their defaults.

At this point, the installation and configuration of running theDeepSeek:R1 large model locally is complete, and we can happily use this large model.

图片

Enter your question in the dialog box and you'll get the corresponding result. As for the actual quality, this article won't go into too much detail—try it out for yourself first. Currently theDeepSeek version with the strongest capabilities being promoted isR3—give it a try if you have the setup?

Of course, you can also simply log intothe DeepSeek web version to try it out.

On the first day of the Lunar New Year, if you don't feel like going out to chitchat with relatives, have a chat withDeepSeek instead—you might gain something unexpected.

Or you could feed your relatives' chatter intoDeepSeek and let it do the chatting for you—not a bad idea at all. What a clever little trickster I am.