Excellent software and practical tutorials
Local deployment of DeepSeek R1 Unrestricted Edition: Comprehensive analysis of the jailbroken AI model
Recently, startups DeepSeek After several rounds of technical iterations and upgrades, a new generation of large models was officially released——DeepSeek-V3This model has attracted widespread attention due to its excellent performance and outstanding practicality. DeepSeek R1 More direct Free and open source, allowing AI technology enthusiasts to freely download and deploy locally.
DeepSeek R1 Various performance indicators are comparable to those of the OpenAI-o1 model, and even surpass them to a small extent. It is open source, which makes it convenient for us to deploy and use locally.
As DeepSeek R1 quickly spread in the technical community, it quickly became a Overseas social platforms and technical forums, which has sparked a lot of discussion and received warm praise from overseas users. From the perspective of various performance indicators, its performanceAlmost on par with the OpenAI-o1 model, and even surpasses it in some tasksMore importantly, DeepSeek R1 Fully open source, which means that users canFree deployment, deep customization, without being restricted by the rules and costs of commercial APIs. For AI researchers, developers and even AI enthusiasts, this is undoubtedly a valuable large model.
In recent years, the development of AI big models has been changing with each passing day. However, the problems such as content review, usage restrictions, and ethical filtering that come with it have also constrained many AI researchers and technology enthusiasts. Now, DeepSeek R1 Unrestricted version (jailbreak version)—— deepseek-r1-abliterated Officially hosted at Hugging Face, and provide 8B, 14B, 32B Download the model with parameter scale. Compared with the official version, this modelEliminated content censorship and ethical filtering, allowing users to performMore freedom for AI interaction, research, and exploration.
Jailbreak version ≠ weak version, lightweight model is still powerful
Many people may wonder whether the jailbroken version of DeepSeek R1 will become "not smart enough" because of the removal of content restrictions? In fact, this misunderstanding stems from a lack of understanding of the large model architecture. Official complete model Scale up to 671B ParametersAI of this scale can only be run in supercomputing clusters or in the cloud, which is not practical for ordinary users.Cannot be deployed locallySo we mostly run local7B, 8B, 14B, 32B TheseDistillation CompressionAlthough there is a huge gap between the number of parameters of these models and that of 671B, it does not mean that they are "unintelligent".
In fact, the existence of distillation technology allows these small models to retain the core knowledge of the large model whileComputing costs, response speed, and feasibility of local deploymentFor example,The 8B version is suitable for daily question answering and lightweight reasoning tasks, the 14B version is suitable for more complex text generation, and the 32B version can provide reasoning capabilities closer to the complete large model.For individual researchers, developers, and even enthusiasts who are interested in AI, these models are sufficient to support in-depth exploration.
The jailbroken version of DeepSeek R1 is now hosted on Hugging face, supporting 8B, 14B, and 32B Go to the download page
The significance of on-premises deployment: control, privacy, security
Compared with using cloud AI, local deployment DeepSeek R1 Jailbreak Edition It also brings several important advantages:
- Full control over the AI operating environment: Local deployment meansNot subject to server rules or content filtering policiesThe user can customize the AI interaction method according to their needs without any limitation.
- Privacy data security: When using AI in the cloud, all input content will be processed by the server, which may involve personal privacy and sensitive information. Local operation can ensure dataStore entirely on your own device, to avoid being collected by third parties.
- Available offline, no lag:Cloud AI relies on network connection, while locally deployed AI canRun in offline environment, avoiding inconvenience caused by server congestion or access restrictions.
- Customizable fine-tuning: AI models running locallyCan be fine-tuned according to user needs, such as adjusting the conversation style, strengthening knowledge in specific fields, and even combining RAG (retrieval augmented generation) technology to enhance the professionalism of AI.
How to choose the version that suits you?
If your device has limited computing resources, e.g. Ordinary laptop or medium-sized desktop, it is recommended to Version 8B It has relatively low video memory requirements and is suitable for daily use.High-performance GPU (such as RTX 4090 and above), you can try 14B or 32B, they are closer to the complete large model in terms of comprehension ability and text generation quality.
forEnterprise usersorHigh-end scientific research needs, you can consider running the 32B version on a multi-GPU server or local cluster, or even explore larger model architectures.
Local deployment jailbreak steps
Step 1: Download and install Ollama
Ollama installation link:https://ollama.com/download
Step 2: Download DeepSeek R1 jailbreak version
Download DeepSeek R1 jailbreak version through command in CMD terminal
7b
ollama run huihui_ai/deepseek-r1-abliterated:7b
8b
ollama run huihui_ai/deepseek-r1-abliterated:8b
14b
ollama run huihui_ai/deepseek-r1-abliterated:14b
32b
ollama run huihui_ai/deepseek-r1-abliterated:32b
70b
ollama run huihui_ai/deepseek-r1-abliterated:70b
Step 3: Install the Web UI of the local AI model
Sidebar and Web UI for Local AI Models Leverage your own AI models running locally to interact as you browse, or as a web UI for local AI model providers like Ollama, Chrome AI, and more. Repo: https://github.com/n4ze3m/page-assist Current features: - Sidebar for various tasks - Support for vision models - Minimalistic web UI for local AI models - Internet search - PDF chat on the sidebar - Chat with documents (pdf, csv, txt, md, docx) Supported providers: - Ollama - [Beta] Chrome AI (Gemini Nano) - [BETA] OpenAI-compatible API support (LM Studio, Llamafile, and more providers).
After installing the web ui, you can call deepseek r1 jailbreak version AI large model locally
Download address:https://chromewebstore.google.com/detail/page-assist-a-web-ui-for/jfgfiigpkhlkbnfnbobbkinehhfdhndo?pli=1
DeepSeek R1 Jailbreak version The emergence of AI technology enthusiasts and researchers has provided a free space for exploration, allowing AI Not subject to content censorship or rules restrictions, truly unleashing the potential of large models. Local deployment not only improves privacy and security, but also allows users to have deeper control over AI, making it a personalized smart assistant.
If you are interested in AI technology and want to experienceNo content restrictions, completely autonomous and controllableDeepSeek R1 deepseek-r1-abliterated Definitely worth trying!