Deploying Qwen 3.0 on RK3588 – Continuation

Deploying Qwen 3.0 on RK3588 - Continuation

Qwen3 is deployed on rk3588, defaulting to thinking mode, which can be switched to non-thinking mode by adding /no_think to the user input. How to change the default mode to non-thinking on rk3588? That is, setting enable_thinking=False will also take effect on rk3588. Let’s take a look at Qwen3‘s chat_template.Tokenizer_config.json is located in "chat_template": "{%- … Read more

Flask Tutorial: A Quick Start to Web Development

Flask Tutorial: A Quick Start to Web Development

In today’s digital age, the speed of internet technology development is like a speeding train, and no one can remain unaffected. Whether building internal applications for businesses or developing a personal blog, web development is an essential aspect that cannot be overlooked. Among the myriad of development tools, Python’s micro-framework Flask undoubtedly shines as a … Read more

Automating Email Sending with Python: Enterprise Solutions

Automating Email Sending with Python: Enterprise Solutions

01Introduction In modern enterprise operations, email communication plays a crucial role. Whether it is sending daily reports, customer notifications, or marketing promotions, the large volume of emails often takes up our valuable time. If you are looking for a reliable automated email sending solution, Python is your best choice. Python not only provides powerful email … Read more