Practical Tech Guides

Computer help, Nepali Unicode tools, and fixes that still matter.

Dipes.com.np should feel less like an archive and more like a useful starting point. This landing section brings forward the topics people usually come for: Windows troubleshooting, Nepali typing, converters, downloads, and real-world setup guides.

Windows Fixes Open cleanup guides, hidden-folder recovery tips, malware fixes, and repair posts for common system problems.
Nepali Typing Reach Unicode installation guides, Roman-to-Unicode tools, keyboard references, and practical language setup articles.
Downloads and Tools Get directly to utilities, converters, and support resources instead of hunting through long archive pages.

How to run DeepSeek locally in simple steps?

By // No comments:

Here is a simple guide on running DeepSeek locally in PC. Recently DeepSeek has caught like wildfire in IT industry.

Step 1:

Download llama in your desktop. The following link can be followed to download.

https://ollama.com/download/windows

and install it locally

Step 2:

Download DeepSeek model

From the command prompt you can use following command

ollama run deepseek-r1:1.5b 

I am running the smallest possible model here.

Step 3:

Download chatbox ai from site chatboxai.app

Install the application

After running this application from the setting choose ollama api in model provider and DeepSeek in the model
>> model provider >>  ollama api
>> model >> deepseek

Now you can ask the questions locally or upload your document and analyse it.

If you are running low space in C drive in windows, you can install it in another drive with /dir switch from command prompt. For e.g D drive by using this command in cmd " .\OllamaSetup.exe /DIR=D:\Your desired location "