[Tencent Cloud HAI Domain Exploration] Build a local SD text generation image application that never goes down–a rice-level high-performance application HAI deployment stable diffusion webui one-click Wenshengtu

Directory 1. High-performance application service HAI products + Stable Diffusion Webui deployment ideas 2. Start Stable Diffusion WebUI inference with one click 3. Use HAI JupyterLab connection to deploy StableDiffusion API 4. Use local IDE to realize one-click Wenshengtu on the private server Web side 5. Use Tencent Cloud Cloud Studio for rapid cloud development […]

Exploration and practice of building Window desktop applications using ElementUI components (WinForm)

Tip: Keep your mind clean Before you work on your software, you need to clean up your memory. Throw away everything in your mind for the time being. If you have trouble with something, don’t let it influence you. It is mostly the case that trouble will go away. If the trouble is so heavy […]

GLM2 Lora fine-tuning based on MindFormers

This experiment aims to run the Lora fine-tuning of GLM2 with reference to the official package of MindFormers. To do this, we first need to prepare the following resources and environment: MindFormers Official Kit: This includes relevant code, models and tools for fine-tuning Lora for GLM2. You can directly visit the official website of MindFormers […]

In-depth exploration of C++ polymorphism ① – virtual function calling link

Foreword I have benefited a lot from reading Mr. Hou Jie’s two books recently: (Translation) “In-depth Exploration of the C++ Object Model” and “C++ Virtual and Polymorphism”. To understand the working principle of polymorphism, you must understand the relationship between these knowledge points: virtual function, virtual function table, virtual function pointer, and the memory layout […]

An in-depth exploration of C++ polymorphism ② – Inheritance relationships

Foreword The previous chapter briefly described the calling link of virtual functions. This chapter mainly explores the polymorphic characteristics of class objects with various inheritance relationships in C++. In-depth exploration of C++ polymorphism ① – Virtual function call link A Deeper Exploration of C++ Polymorphism ② – Inheritance A Deeper Exploration of C++ Polymorphism ③ […]

An in-depth exploration of C++ polymorphism ③ – Virtual destructor

Foreword The first two chapters explored C++ polymorphic virtual function call links and inheritance relationships. This chapter will explore the working principle of virtual destructor. When a class object with virtual destructor polymorphism is released: A polymorphic class with an inheritance relationship will destruct the derived class first and then the base class, which is […]

LoRA and QLoRA fine-tuning large language models: insights from hundreds of experiments

LoRA is an efficient parameter fine-tuning technique for training custom LLMs. Sebastian Raschka, the author of this article, provides practical insights into fine-tuning LLM using LoRA and QLoRA through hundreds of experiments, including saving memory, selecting the best configuration, etc. Sebastia is an assistant professor of statistics at the University of Wisconsin-Madison and an LLM […]

WebRTC-Android Exploration – Basic postures for creating audio and video call programs

To implement a WebRTC call application on Android, you need to go through five steps: Collect – Render local preview screen – Create connection – Signaling exchange related information – Render remote screen. WebRTC has a series of encapsulations for developers, which reduces the pressure on developers to develop a calling application. This article will […]

OceanBase global index and local index exploration

OceanBase global index and local index exploration results in local area search and cross-region search. The author: Internet name Big Data Model, knows more about manufacturing, banking, and communications industries, and is concerned about the application practice of domestic database technology evangelism and data asset construction. Produced by the Aikeson open source community. Original content […]