Soulteary | 苏洋

Model talk: 1.5G memory can run RNN 14B open source model (ChatRWKV)

Original link: https://soulteary.com/2023/03/25/model-talk-open-source-model-of-rnn-14b-that-can-run-on-little-gpu-memory-chatrwkv.html In this article, let’s talk about how to quickly get started with a model with 14B parameters, but a special RNN model: ChatRWKV. This article will introduce how to get started quickly, including using a 4090 high-speed inference generation content with 24 video memory, and how to run this model with only …

Model talk: 1.5G memory can run RNN 14B open source model (ChatRWKV) Read More »

Stable Web Terminal Services Using Docker, Nginx, and ttyd

Original link: https://soulteary.com/2023/03/12/stable-web-terminal-services-using-docker-nginx-and-ttyd.html This article shares a little trick, how to directly share the terminal of your device through the network. This article is reproduced from: https://soulteary.com/2023/03/12/stable-web-terminal-services-using-docker-nginx-and-ttyd.html This site is only for collection, and the copyright belongs to the original author.

RSS Can: Use Golang Rod to parse dynamically rendered content in the browser: (4)

Original link: https://soulteary.com/2022/12/15/rsscan-use-golang-rod-to-parse-the-content-dynamically-rendered-in-the-browser-part-4.html In the fourth article, let’s talk about how to “remote control” the browser in the Golang ecosystem, and use the browser based on the CDP (Chrome DevTools Protocol) protocol as a container more simply and reliably to obtain dynamic rendering content such as Weibo and Station B. information, converting them into RSS …

RSS Can: Use Golang Rod to parse dynamically rendered content in the browser: (4) Read More »

RSS Can: Convert Website Information Stream to RSS Feed (3)

Original link: https://soulteary.com/2022/12/14/rsscan-convert-website-information-stream-to-rss-feed-part-3.html In the third article, let’s talk about converting structured data into an RSS feed that can be subscribed to. This article is reproduced from: https://soulteary.com/2022/12/14/rsscan-convert-website-information-stream-to-rss-feed-part-3.html This site is only for collection, and the copyright belongs to the original author.

RSS Can: Make Golang applications dynamic with V8 (2)

Original link: https://soulteary.com/2022/12/13/rsscan-make-golang-applications-with-v8-part-2.html Continue to talk about the experience of stepping on a small thing that I have done before. If you also want to obtain information efficiently, maybe the content of this series will be useful to you. This article is transferred from: https://soulteary.com/2022/12/13/rsscan-make-golang-applications-with-v8-part-2.html This site is only for collection, and the copyright belongs …

RSS Can: Make Golang applications dynamic with V8 (2) Read More »

RSS Can: Using Golang to achieve a better RSS Hub service (1)

Original link: https://soulteary.com/2022/12/12/rsscan-better-rsshub-service-build-with-golang-part-1.html Let’s talk about the process of stepping on a small thing that I have done before. If you also want to obtain information efficiently, maybe the content of this series will be useful to you. There are many things involved in this matter, so I consider splitting it into a series to …

RSS Can: Using Golang to achieve a better RSS Hub service (1) Read More »

Use Docker to quickly get started with the Chinese Stable Diffusion model: Taiyi

Original link: https://soulteary.com/2022/12/09/use-docker-to-quickly-get-started-with-the-chinese-stable-diffusion-model-taiyi.html In this article, we talk about how to use Docker to quickly run the Chinese Stable Diffusion model: Taiyi. This article is reproduced from: https://soulteary.com/2022/12/09/use-docker-to-quickly-get-started-with-the-chinese-stable-diffusion-model-taiyi.html This site is only for collection, and the copyright belongs to the original author.

Docker tool image with only 3MB self-signed certificate: Certs Maker

Original link: https://soulteary.com/2022/10/22/make-docker-tools-image-with-only-3md-self-signed-certificate-certs-maker.html This article introduces a small SSL certificate generation tool. Considering the cross-platform operation, I built it into a Docker tool image. The image size is only about 3MB. It is not as big as a photo taken by a mobile phone, so it should be considered relatively lightweight. . You can use …

Docker tool image with only 3MB self-signed certificate: Certs Maker Read More »

Lightweight and highly available K8s cluster construction solution: MicroK8s

Original link: https://soulteary.com/2022/10/15/lightweight-and-highly-available-k8s-cluster-construction-solution-microk8s.html MicroK8s is a CNCF certified Kubernetes distribution developed and maintained by Canonical, the commercial company behind Ubuntu. It supports high availability (HA) like the full version of Kubernetes, and supports the rapid formation of K8s clusters. Suitable for edge computing, IoT, and MLOps machine learning scenarios using KubeFlow. Of course, it is …

Lightweight and highly available K8s cluster construction solution: MicroK8s Read More »

Nginx Black Magic: Low-Cost High-Performance Applications Using NGX-PHP Modules

Original link: https://soulteary.com/2022/10/05/nginx-black-magic-low-cost-high-performance-applications-using-ngx-php-modules.html This article shares a “black magic” related to Nginx and PHP: the NGX-PHP module. In this way, we can implement high-performance applications at low cost, and experience the efficiency of Nginx and the flexibility of PHP at the same time when server resources are limited. If your impression of PHP is still …

Nginx Black Magic: Low-Cost High-Performance Applications Using NGX-PHP Modules Read More »

NLP Text Sentiment Analysis Application Using Docker and HuggingFace

Original link: https://soulteary.com/2022/09/30/nlp-text-sentiment-analysis-application-using-docker-and-huggingface.html Before continuing to share the “dry and interesting” [Vector database combat] content, let’s talk about a simple and interesting content: how to use the ready-made models of Docker and HuggingFace to quickly implement an NLP text sentiment analysis application that supports both Chinese and English content. Sentiment quick analysis. In this article, …

NLP Text Sentiment Analysis Application Using Docker and HuggingFace Read More »

Redmi 11T PRO flash MIUI 13 overseas version

Original link: https://soulteary.com/2022/09/25/redmi-11-t-pro-flashing-miui-13-overseas-version.html Record the MIUI 13 overseas version flashing process. This article is reprinted from: https://soulteary.com/2022/09/25/redmi-11-t-pro-flashing-miui-13-overseas-version.html This site is for inclusion only, and the copyright belongs to the original author.

Vector database into the pit: the dimensionality reduction of traditional text retrieval methods, using Faiss to achieve vector semantic retrieval

Original link: https://soulteary.com/2022/09/10/the-dimensionality-reduction-of-traditional-text-retrieval-methods-using-faiss-to-achieve-vector-semantic-retrieval.html In the previous article [“Talk about the similarity retrieval technology Faiss from the Metaverse factory Meta”], we talked about how to quickly get started with vector retrieval technology, and use the faiss produced by Meta AI (Facebook Research) to achieve “the most basic” Text Content Similarity Retrieval Tool”, initially came into contact …

Vector database into the pit: the dimensionality reduction of traditional text retrieval methods, using Faiss to achieve vector semantic retrieval Read More »