Downloading and Uploading Huggingface Large Models

Downloading and Uploading Huggingface Large Models

Downloading Assuming we need to download the <span><span>Qwen2.5-0.5B-Instruct</span></span> model from Huggingface. 1. Using git lfs Git LFS is an extension developed by GitHub to support large files in Git. Installation on Mac: brew install git-lfs Installation on Linux: curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash sudo apt install git-lfs git lfs install Download the large model: … Read more

AI Development Practice: Create a VSCode Plugin in 10 Minutes with Cline and DeepSeek V3

AI Development Practice: Create a VSCode Plugin in 10 Minutes with Cline and DeepSeek V3

Using Cline and DeepSeek V3, develop a functional VSCode plugin that integrates any directory or file into a prompt format suitable for submission to large language models like GPT and Claude. The plugin has been officially released, and the plugin address is: https://marketplace.visualstudio.com/items?itemName=decker502.repoprompt The following is a complete sharing of the development process. Project Background … Read more

Using VS Code, Cline, and Deepseek/Gemini 2.0 as Alternatives to Cursor

Using VS Code, Cline, and Deepseek/Gemini 2.0 as Alternatives to Cursor

The cursor software is a great tool that can help beginners with no coding experience develop software from scratch. The recently popular “Kitten Light” app was developed using Cursor, which has gained widespread attention and made more ordinary people aware of the effects and potential of AI programming. Cursor is a paid software, and after … Read more

Cline Plugin + DeepSeek Tutorial and Experience

Cline Plugin + DeepSeek Tutorial and Experience

Click the ๐Ÿ”บ Official Account ๐Ÿ”บ above to follow me โœ… Hello, I am Yufei, nice to meet you through this letter..Thank you for reading, and I look forward to our next encounter. The combination of the Cline plugin and DeepSeek has been frequently mentioned recently. Just in time, Cline has updated to a new … Read more

Implementing MCP Server with Python Using Cline 3.3 and Deepseek V3

Implementing MCP Server with Python Using Cline 3.3 and Deepseek V3

[Reference Link:] 1, https://mp.weixin.qq.com/s?__biz=MzAwNDEyNTg0MA==&mid=2649952903&idx=1&sn=c2345968688b792713836a19ba9a0a68&chksm=82c9cc1a91ce6fc113f909f77bed555a42eea8913fa2cb24e4cf1045b7a434a7155120a3bcda&mpshare=1&scene=2&srcid=0106KLCAc4ucqaMZHSFSpMmw&sharer_shareinfo=02088532e517bf4cb86ea447109b83b4&sharer_shareinfo_first=7f2b5d39c0d49ce7c5d6d19394eaf41b#rd It’s simpler than a button! Quickly build an Agent workflow with Cline + MCP: Practical case analysis Generated foreign media comments for military bloggers directly using Cline to create the MCP server 2, https://openrouter.ai/ OpenRouter itself seems to be a website aggregating LLMs and providing a unified interface, one of its … Read more

Roo Cline: Enhanced Fork of Cline

Roo Cline: Enhanced Fork of Cline

Click below to follow, article from โ€œ Recently, I saw another Fork version of Cline called Roo-Cline, which has iterated on the basis of Cline, enhancing its capabilities and making some features more user-friendly. I am sharing it here with everyone. โ€ In the past few days, I introduced the basic usage of Deepseek V3 … Read more

Quick Start Guide to LlamaIndex RAG CLI

Quick Start Guide to LlamaIndex RAG CLI

Click 01 Magician Society Follow the official account, and never get lost in AI learning LlamaIndex is a simple and flexible data framework for connecting custom data sources with large language models. RAG is the process of optimizing LLM outputs by referencing knowledge bases outside of their training data sources before generating responses. RAG extends … Read more

Ollama: Deploying Open Source Large Models Locally

Ollama: Deploying Open Source Large Models Locally

Click 01 Muggle Society Follow our public account, never get lost in AI learning Have you ever considered running open-source LLM locally? Do you have to manually download large model files? Are you struggling to build an API for your local model? Have you tried managing multiple models locally? I guess you have thought about … Read more

Automating Programming in VsCode with Cline and Deepseek

Automating Programming in VsCode with Cline and Deepseek

Have you heard of the tool Cursor? Itโ€™s like a combination of AI and VsCode. By binding APIs from large models like ChatGPT and Claude, you can achieve conversational self-programming, allowing you to develop a software application with just a casual chat. However, Cursor is limited by foreign networks, making it inaccessible for users in … Read more

Build a Powerful Free AI Editor with Cline and DeepSeek

Build a Powerful Free AI Editor with Cline and DeepSeek

If you often feel a panic of missing information, there’s always a fear of being left behind by the times, so embrace AI! Introduction to Cline Cline is an advanced AI assistant designed to assist with software development tasks. It provides support through the command line and editor, combining the coding capabilities of Claude 3.5 … Read more