Author: admin
In the article “AI Learning Record – Deploying Models with Docker“, I began to try using Nvidia Docker to deploy different models to ensure future availability. When deploying the first …
After upgrading to Windows 11, many things have been compressed when right-clicking on files, making it very inconvenient to use. So I found this article here, which directly records how …
Currently, all of my work involves designing some communication protocols, so I often need to observe the contents of packet transmission and reception. However, I have always used printk/printf methods …
In the previous article AI Learning Record – Using and Fine-tuning ChatGLM2-6B, we separately introduced the ChatGLM2 project, which is a class of chatGPT projects. And in this article, we …