{"id":280,"date":"2025-02-11T15:05:15","date_gmt":"2025-02-11T15:05:15","guid":{"rendered":"https:\/\/www.laserlloyd.com\/?p=280"},"modified":"2025-03-19T14:47:55","modified_gmt":"2025-03-19T14:47:55","slug":"deepseek-running-locally-a-4-step-guide-no-experience-needed","status":"publish","type":"post","link":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/","title":{"rendered":"DeepSeek: Running locally &#8211; a 4 step guide (no experience needed)"},"content":{"rendered":"\n<p>This is a simple guide to run DeepSeek locally on your home computer. It assumes you have some background with Large Language Models (LLM), or can follow simple directions. <\/p>\n\n\n\n<figure class=\"wp-block-pullquote has-contrast-color has-text-color has-link-color wp-elements-973d9a9cf945181e7859634b420e72f8\"><blockquote><p>This guide uses the following software (on a Windows PC):<br>&#8211; Ollama (runs the model)<br>&#8211; Docker (to run Open WebUI)<br>&#8211; Open WebUI (that handles the web-based user interface)<\/p><cite>My hardware is a threadripper PC, 128GB RAM, <strong>two RTX 3090 + one RTX 2080 super (total ~56GB vRAM)<\/strong><br>This guide can be replicated on any PC with at least 8gb vRAM (must have a graphics card)<\/cite><\/blockquote><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Setup software<\/h2>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Setup Ollama<\/summary>\n<p>Install Ollama onto your system (Ollama is a backend that runs LLMs, but does not include a Graphical User Interface (GUI, basically the web page you interact with)<\/p>\n\n\n\n<p>Install via the following link:<\/p>\n\n\n\n<p><a href=\"https:\/\/ollama.com\/download\/windows\">https:\/\/ollama.com\/download\/windows<\/a><\/p>\n\n\n\n<p>Once complete, test it is working:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open a command prompt (type &#8220;cmd&#8221; into the search bar to open Command Prompt)<\/li>\n\n\n\n<li>In command prompt, type &#8220;ollama&#8221; and press enter\n<ul class=\"wp-block-list\">\n<li>You should see a list of commands pop up, this indicates Ollama is working. You can close the command prompt window, as Ollama runs in the background of your computer:<\/li>\n\n\n\n<li>If the response is &#8220;&#8216;<em>ollama&#8217; is not recognized as an internal or external command,operable program or batch file<\/em>.&#8221; then your installation has failed, try again. <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>This step is done when: you can open Ollama from your command prompt<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"837\" height=\"732\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-1.png\"  alt=\"image-1 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-285\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-1.png 837w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-1-300x262.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-1-768x672.png 768w\" sizes=\"auto, (max-width: 837px) 100vw, 837px\" \/><\/figure>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Setup Docker<\/summary>\n<p>If you don&#8217;t already have Docker, setup from the following directions (no modifications needed, run as is)<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.docker.com\/desktop\/setup\/install\/windows-install\">https:\/\/docs.docker.com\/desktop\/setup\/install\/windows-install<\/a><\/p>\n\n\n\n<p><strong>This step is done when: you can open Docker on your computer:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"229\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-1024x229.png\"  alt=\"image-1024x229 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-283\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-1024x229.png 1024w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-300x67.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-768x172.png 768w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image.png 1126w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n<\/details>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Setup OpenWebUI<\/summary>\n<p>OpenWeb UI is just an interface that allows you to interact with Ollama. There are multiple interfaces. <\/p>\n\n\n\n<p>Follow the directions from the quick start site:<\/p>\n\n\n\n<p><a href=\"https:\/\/docs.openwebui.com\/getting-started\/quick-start\">https:\/\/docs.openwebui.com\/getting-started\/quick-start<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>At the time of this writing, all that was needed was to run the following (note, this is because I have a Nvidia GPU):\n<ul class=\"wp-block-list\">\n<li><code>docker pull ghcr.io\/open-webui\/open-webui:main<\/code><\/li>\n\n\n\n<li><code>docker run -d -p 3000:8080 --gpus all -v open-webui:\/app\/backend\/data --name open-webui ghcr.io\/open-webui\/open-webui:cuda<\/code>\n<ul class=\"wp-block-list\">\n<li>This second command only works for people with Nvidia GPUs (CUDA is only on Nvidia GPUs) <\/li>\n\n\n\n<li>Other directions are available at the link above <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Once complete, you should see a new container in your Docker program:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"482\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-1024x482.png\"  alt=\"image-3-1024x482 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-289\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-1024x482.png 1024w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-300x141.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-768x362.png 768w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3.png 1162w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Click on the Port to launch the Web User Interface.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Once it comes up, create a login \n<ul class=\"wp-block-list\">\n<li>This is running locally, so this is your method to authenticate yourself. It does not create an online account.  <\/li>\n\n\n\n<li>Here&#8217;s the documentation from Open WebUI on creating an account: <a href=\"https:\/\/docs.openwebui.com\/faq#q-why-am-i-asked-to-sign-up-where-are-my-data-being-sent-to\" data-type=\"link\" data-id=\"https:\/\/docs.openwebui.com\/faq#q-why-am-i-asked-to-sign-up-where-are-my-data-being-sent-to\">Link<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>This step is done when: you can open the GUI (via clicking on the &#8220;Port(s)&#8221; in the Docker Container, and have gotten into Open WebUI<\/strong><\/p>\n\n\n\n<p>Note: you should not have a model loaded yet<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"326\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-4-1024x326.png\"  alt=\"image-4-1024x326 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-293\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-4-1024x326.png 1024w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-4-300x96.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-4-768x245.png 768w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-4.png 1105w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/details>\n\n\n\n<h2 class=\"wp-block-heading\">2. Determine what version of deepseek to download<\/h2>\n\n\n\n<p>There are different versions of deepseek (and other LLM models). The two elements are: Parameters (more is better), and Quantization (higher is better), however, in the end you&#8217;ll be limited to whatever will fit on your graphics card (your vRAM). <\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>Basics on Parameters and Quantization<\/summary>\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<ul class=\"wp-block-list\">\n<li><strong>Parameters <\/strong>(usually 7 billion, 14 billion, 32 billion, etc\u2026)\n<ul class=\"wp-block-list\">\n<li>This is how many parameters the model uses<\/li>\n\n\n\n<li>Typically, if you are running uncompressed models, each billion parameters takes about 1GB vRAM\n<ul class=\"wp-block-list\">\n<li>So if you have 8GB vRAM, the full model with 16bit quantization you can probably run around 7B parameter models<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><span style=\"text-decoration: underline;\">Bigger parameters = bigger LLM models<\/span> (you&#8217;ll be limited to what will fit into your vRAM)\n<ul class=\"wp-block-list\">\n<li>So a 7b version of a model might be 7GB in size, where as a 40B parameter model may be around 40GB in size<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><span style=\"text-decoration: underline;\">Bigger parameters = &#8216;smarter&#8217; model<\/span>\n<ul class=\"wp-block-list\">\n<li>A 7b version of a model may seem dumb, whereas the 40b version of a model may seem almost human, due to the depth of knowledge it has<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Quantization <\/strong>(compression, 16, 8, 6 or 4 typically)\n<ul class=\"wp-block-list\">\n<li>Think of this as compression, there is some trade of between quality and size<\/li>\n\n\n\n<li>Lower values = smaller models size\n<ul class=\"wp-block-list\">\n<li>16 bits: 1b parameters = ~ 1GB model size<\/li>\n\n\n\n<li>4 bits: 1b parameters = ~0.6gb model size<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>If you want additional details, <a href=\"https:\/\/newsletter.maartengrootendorst.com\/p\/a-visual-guide-to-quantization\" data-type=\"link\" data-id=\"https:\/\/newsletter.maartengrootendorst.com\/p\/a-visual-guide-to-quantization\">here&#8217;s a full paper on the topic,<\/a> but for our purposes know:\n<ul class=\"wp-block-list\">\n<li><span style=\"text-decoration: underline;\">More bits (16, 8, 6) = smarter model, full model size <\/span><\/li>\n\n\n\n<li><span style=\"text-decoration: underline;\">Medium bits (5, 4) = good enough model, medium size and fast<\/span><\/li>\n\n\n\n<li><span style=\"text-decoration: underline;\">Low bits (2, 3) = small model, may not be coherent\/smart, very small<\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/div>\n<\/details>\n\n\n\n<p>Fortunately, Ollama makes finding models that will work easy. Ollama has models ready for download that all meet, what I would consider, good levels of compression while still retaining coherentness. <\/p>\n\n\n\n<p><strong>First: you need to know how much vRAM your computer has<\/strong> (how much RAM is on your graphics card)<\/p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\"><summary>How to determine how much vRAM your computer has<\/summary>\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<ul class=\"wp-block-list\">\n<li>On your computer (Windows) press the keys <span style=\"text-decoration: underline;\"><em>Ctrl + Alt + Delete<\/em><\/span> to bring up the  Task Manager. <\/li>\n\n\n\n<li>In task manager, open <\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In task manager, click on <span style=\"text-decoration: underline;\">Performance<\/span>\n<ul class=\"wp-block-list\">\n<li>Click on your <span style=\"text-decoration: underline;\">GPU<\/span><\/li>\n\n\n\n<li><strong>The amount of vRAM you have is your Dedicated Video Memory<\/strong>\n<ul class=\"wp-block-list\">\n<li>The amount used is what the system is currently using to run the system<\/li>\n\n\n\n<li>The total is how much you have overall<\/li>\n\n\n\n<li>Typically, your avaliable vRAM is the difference between these two\n<ul class=\"wp-block-list\">\n<li>So if total = 24GB, used = 1.2 GB, then vRAM available = 24-1.2 = 22.8 GB <\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Note: if you have multiple video cards (like me) you can add the vRAM together to get your total.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"694\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-5-1024x694.png\"  alt=\"image-5-1024x694 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-307\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-5-1024x694.png 1024w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-5-300x203.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-5-768x521.png 768w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-5.png 1205w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n<\/details>\n\n\n\n<p> <strong>Second: find the version of Deepseek that fits in your vRAM<\/strong><\/p>\n\n\n\n<p>Ollama models are ready for download<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Go to the <a href=\"https:\/\/ollama.com\/library\/deepseek-r1:8b\" data-type=\"link\" data-id=\"https:\/\/ollama.com\/library\/deepseek-r1:8b\">Ollama model page for deepseek<\/a><\/li>\n\n\n\n<li>Click the drop down to select a model version that will fit in your vRAM \n<ul class=\"wp-block-list\">\n<li>Note, I typically try to ensure the model only takes up no more than 70% of my available vRAM. <\/li>\n\n\n\n<li>Example, you have a RTX 4060 with 8GB vRAM, your system uses 1GB of this so your free vRAM is ~ 7 GB. The available models under this would be either the 7B version, or the 8B version. <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"1002\" height=\"640\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-7.png\"  alt=\"image-7 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-313\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-7.png 1002w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-7-300x192.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-7-768x491.png 768w\" sizes=\"auto, (max-width: 1002px) 100vw, 1002px\" \/><\/figure>\n\n\n\n<p>Once selected, click the &#8220;Copy&#8221; button to copy the model details to run.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. Download deepseek<\/h2>\n\n\n\n<p><strong>Open the Command Prompt <\/strong>(type &#8220;CMD&#8221; into the search bar and the Command Prompt should show up, click on &#8220;Command Prompt&#8221; to open).<\/p>\n\n\n\n<p><strong>Paste in the run command <\/strong>(the text copied from Ollama&#8217;s site for the model you want), <strong>then press &#8220;enter&#8221;.<\/strong> The model will download and start. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"865\" height=\"335\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image.png\"  alt=\"image DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-316\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image.png 865w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-300x116.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-768x297.png 768w\" sizes=\"auto, (max-width: 865px) 100vw, 865px\" \/><\/figure>\n\n\n\n<p>Ollama will download the model and start it. <\/p>\n\n\n\n<p><strong>Once the model is downloaded you can close the command prompt.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">4. Use DeepSeek<\/h2>\n\n\n\n<p><strong>Open <\/strong>your <strong>Open Web UI<\/strong>, via Docker Desktop.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"482\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-1024x482.png\"  alt=\"image-3-1024x482 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-289\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-1024x482.png 1024w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-300x141.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3-768x362.png 768w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/01\/image-3.png 1162w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Note: you may need to refresh the webpage (GUI) to get DeepSeek to show up. If you have significant issues, stop your Docker container (via the Stop button next to the port in Docker Desktop) and restart (after stopping the button will look like a &#8220;Play&#8221; button, click that to restart, then click the web address to load).<\/p>\n\n\n\n<p>Once into Open WebUI, use the dropdown to select DeepSeek, and you can now use your model!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"872\" height=\"290\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-1.png\"  alt=\"image-1 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-317\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-1.png 872w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-1-300x100.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-1-768x255.png 768w\" sizes=\"auto, (max-width: 872px) 100vw, 872px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Victory: DeepSeek is now running on your computer, and you should be able to use it locally.  <\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"652\" height=\"471\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-2.png\"  alt=\"image-2 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-333\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-2.png 652w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-2-300x217.png 300w\" sizes=\"auto, (max-width: 652px) 100vw, 652px\" \/><\/figure>\n\n\n\n<p>The DeepSeek model will &#8220;think&#8221; before responding. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img  title=\"\" loading=\"lazy\" decoding=\"async\" width=\"942\" height=\"800\" src=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-3.png\"  alt=\"image-3 DeepSeek: Running locally - a 4 step guide (no experience needed)\"  class=\"wp-image-335\" srcset=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-3.png 942w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-3-300x255.png 300w, https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/image-3-768x652.png 768w\" sizes=\"auto, (max-width: 942px) 100vw, 942px\" \/><\/figure>\n\n\n\n<p>My system takes about 30 seconds to generate a response.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is a simple guide to run DeepSeek locally on your home computer. It assumes you have some background with Large Language Models (LLM), or can follow simple directions. This guide uses the following software (on a Windows PC):&#8211; Ollama (runs the model)&#8211; Docker (to run Open WebUI)&#8211; Open WebUI (that handles the web-based user [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":321,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-280","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-multi-other"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DeepSeek: Running locally - a 4 step guide (no experience needed) - Laser Lloyd: the website<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DeepSeek: Running locally - a 4 step guide (no experience needed) - Laser Lloyd: the website\" \/>\n<meta property=\"og:description\" content=\"This is a simple guide to run DeepSeek locally on your home computer. It assumes you have some background with Large Language Models (LLM), or can follow simple directions. This guide uses the following software (on a Windows PC):&#8211; Ollama (runs the model)&#8211; Docker (to run Open WebUI)&#8211; Open WebUI (that handles the web-based user [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\" \/>\n<meta property=\"og:site_name\" content=\"Laser Lloyd: the website\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-11T15:05:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-19T14:47:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1027\" \/>\n\t<meta property=\"og:image:height\" content=\"651\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Laser Lloyd\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Laser Lloyd\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\"},\"author\":{\"name\":\"Laser Lloyd\",\"@id\":\"https:\/\/www.laserlloyd.com\/#\/schema\/person\/c056a0bb0e95ddad1d574b031f2994f4\"},\"headline\":\"DeepSeek: Running locally &#8211; a 4 step guide (no experience needed)\",\"datePublished\":\"2025-02-11T15:05:15+00:00\",\"dateModified\":\"2025-03-19T14:47:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\"},\"wordCount\":1166,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.laserlloyd.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png\",\"articleSection\":[\"Multi\/Other\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\",\"url\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\",\"name\":\"DeepSeek: Running locally - a 4 step guide (no experience needed) - Laser Lloyd: the website\",\"isPartOf\":{\"@id\":\"https:\/\/www.laserlloyd.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png\",\"datePublished\":\"2025-02-11T15:05:15+00:00\",\"dateModified\":\"2025-03-19T14:47:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage\",\"url\":\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png\",\"contentUrl\":\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png\",\"width\":1027,\"height\":651},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.laserlloyd.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DeepSeek: Running locally &#8211; a 4 step guide (no experience needed)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.laserlloyd.com\/#website\",\"url\":\"https:\/\/www.laserlloyd.com\/\",\"name\":\"Laser Lloyd: the website\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.laserlloyd.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.laserlloyd.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.laserlloyd.com\/#organization\",\"name\":\"Laser Lloyd: the website\",\"url\":\"https:\/\/www.laserlloyd.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.laserlloyd.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2024\/06\/LaserLloydLogo_NB_White.png\",\"contentUrl\":\"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2024\/06\/LaserLloydLogo_NB_White.png\",\"width\":1200,\"height\":1200,\"caption\":\"Laser Lloyd: the website\"},\"image\":{\"@id\":\"https:\/\/www.laserlloyd.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.laserlloyd.com\/#\/schema\/person\/c056a0bb0e95ddad1d574b031f2994f4\",\"name\":\"Laser Lloyd\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.laserlloyd.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/20461687e568a1a42fe34f7f2d85f05256bc6fe2f93923429678df1f863ebab1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/20461687e568a1a42fe34f7f2d85f05256bc6fe2f93923429678df1f863ebab1?s=96&d=mm&r=g\",\"caption\":\"Laser Lloyd\"},\"sameAs\":[\"https:\/\/www.laserlloyd.com\"],\"url\":\"https:\/\/www.laserlloyd.com\/index.php\/author\/laserlloyd_uv8emn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DeepSeek: Running locally - a 4 step guide (no experience needed) - Laser Lloyd: the website","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/","og_locale":"en_US","og_type":"article","og_title":"DeepSeek: Running locally - a 4 step guide (no experience needed) - Laser Lloyd: the website","og_description":"This is a simple guide to run DeepSeek locally on your home computer. It assumes you have some background with Large Language Models (LLM), or can follow simple directions. This guide uses the following software (on a Windows PC):&#8211; Ollama (runs the model)&#8211; Docker (to run Open WebUI)&#8211; Open WebUI (that handles the web-based user [&hellip;]","og_url":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/","og_site_name":"Laser Lloyd: the website","article_published_time":"2025-02-11T15:05:15+00:00","article_modified_time":"2025-03-19T14:47:55+00:00","og_image":[{"width":1027,"height":651,"url":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png","type":"image\/png"}],"author":"Laser Lloyd","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Laser Lloyd","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#article","isPartOf":{"@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/"},"author":{"name":"Laser Lloyd","@id":"https:\/\/www.laserlloyd.com\/#\/schema\/person\/c056a0bb0e95ddad1d574b031f2994f4"},"headline":"DeepSeek: Running locally &#8211; a 4 step guide (no experience needed)","datePublished":"2025-02-11T15:05:15+00:00","dateModified":"2025-03-19T14:47:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/"},"wordCount":1166,"commentCount":1,"publisher":{"@id":"https:\/\/www.laserlloyd.com\/#organization"},"image":{"@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage"},"thumbnailUrl":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png","articleSection":["Multi\/Other"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/","url":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/","name":"DeepSeek: Running locally - a 4 step guide (no experience needed) - Laser Lloyd: the website","isPartOf":{"@id":"https:\/\/www.laserlloyd.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage"},"image":{"@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage"},"thumbnailUrl":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png","datePublished":"2025-02-11T15:05:15+00:00","dateModified":"2025-03-19T14:47:55+00:00","breadcrumb":{"@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#primaryimage","url":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png","contentUrl":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png","width":1027,"height":651},{"@type":"BreadcrumbList","@id":"https:\/\/www.laserlloyd.com\/index.php\/2025\/02\/11\/deepseek-running-locally-a-4-step-guide-no-experience-needed\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.laserlloyd.com\/"},{"@type":"ListItem","position":2,"name":"DeepSeek: Running locally &#8211; a 4 step guide (no experience needed)"}]},{"@type":"WebSite","@id":"https:\/\/www.laserlloyd.com\/#website","url":"https:\/\/www.laserlloyd.com\/","name":"Laser Lloyd: the website","description":"","publisher":{"@id":"https:\/\/www.laserlloyd.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.laserlloyd.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.laserlloyd.com\/#organization","name":"Laser Lloyd: the website","url":"https:\/\/www.laserlloyd.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.laserlloyd.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2024\/06\/LaserLloydLogo_NB_White.png","contentUrl":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2024\/06\/LaserLloydLogo_NB_White.png","width":1200,"height":1200,"caption":"Laser Lloyd: the website"},"image":{"@id":"https:\/\/www.laserlloyd.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.laserlloyd.com\/#\/schema\/person\/c056a0bb0e95ddad1d574b031f2994f4","name":"Laser Lloyd","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.laserlloyd.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/20461687e568a1a42fe34f7f2d85f05256bc6fe2f93923429678df1f863ebab1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/20461687e568a1a42fe34f7f2d85f05256bc6fe2f93923429678df1f863ebab1?s=96&d=mm&r=g","caption":"Laser Lloyd"},"sameAs":["https:\/\/www.laserlloyd.com"],"url":"https:\/\/www.laserlloyd.com\/index.php\/author\/laserlloyd_uv8emn\/"}]}},"jetpack_featured_media_url":"https:\/\/www.laserlloyd.com\/wp-content\/uploads\/2025\/02\/Screenshot-2025-02-11-070927.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/posts\/280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/comments?post=280"}],"version-history":[{"count":9,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/posts\/280\/revisions"}],"predecessor-version":[{"id":336,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/posts\/280\/revisions\/336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/media\/321"}],"wp:attachment":[{"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/media?parent=280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/categories?post=280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.laserlloyd.com\/index.php\/wp-json\/wp\/v2\/tags?post=280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}