What’s system design? The process of defining the architecture, components, modules, interfaces and data for a system to satisfy specified requi…
My memo and playground
What’s system design? The process of defining the architecture, components, modules, interfaces and data for a system to satisfy specified requi…
While developing a new project, it’s possible that you may need to leverage some modules or code from other project. Then it comes out git submo…
If you have used docker desktop version on Windows, you may see that the docker image file getting bigger and bigger, but never gives back the space t…
I was working on one of the projects from my work. That project is a CLI tool to run LoRA training and generation. If you have read the post below, th…
I was working on a project from my work. That project needs to add dependencies Pytorch 2.0.0 + CUDA 11.8. However, the dependencies are from https://…
Install NVIDIA driver Before we start, you need to install NVIDIA driver from here https://www.nvidia.com/download/index.aspx To check which CUDA vers…
Found the answer on stackoverflow https://stackoverflow.com/a/68663970 The issue is the current login user cannot access docker. Open your terminal an…
To do so, you need to install Mongodb tool. https://www.mongodb.com/docs/database-tools/ To dump from Mongodb atlas To restore from dump to local Mong…
Please note that this post assumes you have a basic understanding of the tools mentioned or are willing to conduct your own research. It will not cove…
Recently, I got some requests from my work that want to have our own stable diffusion model. I know there are already a lot of soultions out there. Ho…