<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>LLM on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/llm/</link><description>Recent content in LLM on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Wed, 24 Jun 2026 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/llm/atom.xml" rel="self" type="application/rss+xml"/><item><title>LiteLLM - Providing a Unified Model API Format</title><link>https://www.chenshaowen.com/en/blog/litellm-unified-model-api-format.html</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><atom:modified>Wed, 24 Jun 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/litellm-unified-model-api-format.html</guid><description>1. What LiteLLM Is LiteLLM is an open-source LLM adapter: call 100+ APIs (OpenAI, Anthropic, Gemini, Bedrock, Azure, Ollama, vLLM, Qwen, and more) using the standard OpenAI format. Two ways to use it: Python SDK — called directly from your code AI Gateway — a team-level proxy with authentication, billing,</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>LiteLLM</category><category>LLM</category><category>Gateway</category><category>R&amp;D</category></item><item><title>OpenClaw Installation and Configuration</title><link>https://www.chenshaowen.com/en/blog/installation-and-configuration-of-openclaw.html</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><atom:modified>Thu, 26 Feb 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/installation-and-configuration-of-openclaw.html</guid><description>1. Preparing the Node Environment Install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash Set the nvm environment variables You need to edit Bash&amp;rsquo;s config file and add the following:
1 2 3 export NVM_DIR=&amp;#34;$HOME/.nvm&amp;#34; [ -s &amp;#34;$NVM_DIR/nvm.sh&amp;#34; ] &amp;amp;&amp;amp; \. &amp;#34;$NVM_DIR/nvm.sh&amp;#34; [ -s &amp;#34;$NVM_DIR/bash_completion&amp;#34; ] &amp;amp;&amp;amp; \. &amp;#34;$NVM_DIR/bash_completion&amp;#34; Install Node 1 nvm install 22 default 2.</description><dc:creator>微信公众号</dc:creator><category>OpenClaw</category><category>AI</category><category>Agent</category><category>LLM</category><category>Tools</category><category>R&amp;D</category><category>Learning</category></item><item><title>You Can Also Implement AI Agents This Way - The MCP Edition</title><link>https://www.chenshaowen.com/en/blog/using-mcp-to-power-ai-agent.html</link><pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate><atom:modified>Thu, 29 Jan 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-mcp-to-power-ai-agent.html</guid><description>1. What Is MCP MCP is short for Model Context Protocol, a protocol for passing context between models and applications.
The greatest value of MCP is that, as the model wars are winding down and AI applications are about to explode, it gives developers a unified standard for invoking capabilities beyond the model itself.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>AI Agent</category><category>MCP</category><category>LLM</category><category>R&amp;D</category></item><item><title>You Can Also Land AI Agents This Way - The Operations Events Edition</title><link>https://www.chenshaowen.com/en/blog/using-ops-event-to-power-ai-agent.html</link><pubDate>Wed, 14 Jan 2026 10:00:00 +0000</pubDate><atom:modified>Wed, 14 Jan 2026 10:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-ops-event-to-power-ai-agent.html</guid><description>1. Why Operations Events Less invasive Operations teams usually already have observations accumulated in the Metrics and Log dimensions. Operations events can be a new entry point: introduce new operational capabilities without affecting the stability of existing systems.
Better suited to automation Metrics represent system state, Log represents specific code behavior, while Event represents changes in components.</description><dc:creator>微信公众号</dc:creator><category>AI Agent</category><category>AI</category><category>Operations</category><category>LLM</category></item><item><title>Using LLaMA-Factory to Fine-Tune the Qwen3 Model</title><link>https://www.chenshaowen.com/en/blog/using-llama-factory-to-fine-tune-qwen3-model.html</link><pubDate>Sun, 21 Sep 2025 00:00:00 +0000</pubDate><atom:modified>Sun, 21 Sep 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-llama-factory-to-fine-tune-qwen3-model.html</guid><description>1. Testing the Original Model Start the environment 1 2 3 4 5 6 7 8 9 10 11 12 nerdctl run -it \ --security-opt apparmor=unconfined \ --security-opt seccomp=unconfined \ --gpus all \ --ipc=host \ -p 8000:8000 \ --ulimit memlock=-1 \ --ulimit stack=67108864 \ --name vllm \ --volume /data/models:/data/models \</description><dc:creator>微信公众号</dc:creator><category>LLaMA-Factory</category><category>Qwen3</category><category>Fine-Tuning</category><category>AI</category><category>LLM</category></item><item><title>Using lmcache Can Significantly Improve TTFT in Model Inference</title><link>https://www.chenshaowen.com/en/blog/use-lmcache-to-improve-ttft.html</link><pubDate>Wed, 17 Sep 2025 00:00:00 +0000</pubDate><atom:modified>Wed, 17 Sep 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/use-lmcache-to-improve-ttft.html</guid><description>1. Introduction to LMCache TTFT is the time from when a request is issued until the model generates its first token. Because the Prefill phase has to encode the input context into a KV Cache before generation can begin, producing that first token requires a large amount of computation, which makes TTFT high.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>LLM</category><category>vLLM</category><category>Inference</category><category>lmcache</category><category>Operations</category></item><item><title>NVIDIA RTX 5090 Inference Test</title><link>https://www.chenshaowen.com/en/blog/nvidia-rtx-5090-inference-test.html</link><pubDate>Tue, 09 Sep 2025 00:00:00 +0000</pubDate><atom:modified>Tue, 09 Sep 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/nvidia-rtx-5090-inference-test.html</guid><description>1. Installing the Driver Download the driver Go to https://www.nvidia.com/en-us/drivers/ and select the corresponding driver version to download. 1 wget https://us.download.nvidia.com/XFree86/Linux-x86_64/580.76.05/NVIDIA-Linux-x86_64-580.76.05.run Install the driver 1 bash NVIDIA-Linux-x86_64-580.76.05.run Check the GPUs 1 nvidia-smi 1 2 3 GPU 0: NVIDIA GeForce RTX 5090 (UUID: GPU-92fcdc58-4754-73c7-af6c-56740936817d) GPU 1: NVIDIA GeForce RTX 5090 (UUID:</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>GPU</category><category>NVIDIA</category><category>LLM</category><category>Inference</category><category>Performance Testing</category><category>Operations</category></item><item><title>What Is Model Quantization</title><link>https://www.chenshaowen.com/en/blog/what-is-model-quantization.html</link><pubDate>Sat, 06 Sep 2025 00:00:00 +0000</pubDate><atom:modified>Sat, 06 Sep 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/what-is-model-quantization.html</guid><description>1. What Is Model Quantization Model quantization is the process of converting the weights and activations of a high-precision model (usually 32-bit floating point FP32 or 16-bit floating point FP16) into a low-precision model (such as 8-bit integer INT8).
The value range of FP32 is -3.4*10^38 to 3.4*10^38, with 4 billion values.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>LLM</category><category>Model Quantization</category><category>Optimization</category><category>Operations</category></item><item><title>Using claude-code on a Server</title><link>https://www.chenshaowen.com/en/blog/using-claude-code-on-server.html</link><pubDate>Fri, 29 Aug 2025 00:00:00 +0000</pubDate><atom:modified>Fri, 29 Aug 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-claude-code-on-server.html</guid><description>The same applies to a desktop environment. 1. Prepare the node.js environment Install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash 1 2 echo &amp;#39;export NVM_DIR=&amp;#34;$([ -z &amp;#34;${XDG_CONFIG_HOME-}&amp;#34; ] &amp;amp;&amp;amp; printf %s &amp;#34;${HOME}/.nvm&amp;#34; || printf %s &amp;#34;${XDG_CONFIG_HOME}/nvm&amp;#34;)&amp;#34;&amp;#39; &amp;gt;&amp;gt; ~/.bashrc echo &amp;#39;[ -s &amp;#34;$NVM_DIR/nvm.sh&amp;#34; ] &amp;amp;&amp;amp; \. &amp;#34;$NVM_DIR/nvm.sh&amp;#34;&amp;#39; &amp;gt;&amp;gt; ~/.bashrc 1 source</description><dc:creator>微信公众号</dc:creator><category>Claude</category><category>CLI</category><category>AI</category><category>LLM</category><category>Tools</category><category>R&amp;D</category><category>Operations</category></item><item><title>AI-Related Papers</title><link>https://www.chenshaowen.com/en/blog/ai-related-papers.html</link><pubDate>Sat, 05 Jul 2025 00:00:00 +0000</pubDate><atom:modified>Sat, 05 Jul 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ai-related-papers.html</guid><description>2025 Intrinsic Fingerprint of LLMs [Published: 07-04] View
The paper proposes a robust fingerprinting method based on the inter-layer standard-deviation distribution pattern of attention parameter matrices (Q/K/V/O), used to detect lineage relationships between large language models (LLMs) — for example, whether one model was derived from another through continued training, fine-tuning, or an upgrade.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Papers</category><category>Storage</category><category>LLM</category></item><item><title>Using Gemini CLI on a Server</title><link>https://www.chenshaowen.com/en/blog/using-gemini-cli-on-server.html</link><pubDate>Fri, 04 Jul 2025 00:00:00 +0000</pubDate><atom:modified>Fri, 04 Jul 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-gemini-cli-on-server.html</guid><description>1. Get the Project ID and API Key Visit https://aistudio.google.com/apikey Get the project ID and API key, and set them as environment variables 1 2 echo &amp;#34;export GOOGLE_CLOUD_PROJECT=&amp;#34; &amp;gt;&amp;gt; ~/.bashrc echo &amp;#34;export GEMINI_API_KEY=&amp;#34; &amp;gt;&amp;gt; ~/.bashrc 1 source ~/.bashrc 2. Prepare the Node.js Environment Install nvm 1 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh |</description><dc:creator>微信公众号</dc:creator><category>Gemini</category><category>CLI</category><category>AI</category><category>LLM</category><category>Learning</category><category>Tools</category><category>Operations</category><category>Programming Assistant</category></item><item><title>Deploying the DeepSeek 3FS Storage System in Containers</title><link>https://www.chenshaowen.com/en/blog/deploy-deepseek-3fs-storage-system-under-containers.html</link><pubDate>Sat, 15 Mar 2025 00:00:00 +0000</pubDate><atom:modified>Sat, 15 Mar 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/deploy-deepseek-3fs-storage-system-under-containers.html</guid><description>1. Deployment Plan Before starting the containerized deployment, a few requirements:
To simplify delivery, only one image is needed For reliability, deploy as many replicas as possible Start different services through different parameters Inject configuration through environment variables and render it into configuration files Below is the deployment plan for DeepSeek 3FS:</description><dc:creator>微信公众号</dc:creator><category>Storage</category><category>AI</category><category>Containers</category><category>Kubernetes</category><category>Docker</category><category>Operations</category><category>LLM</category><category>3FS</category></item><item><title>Learning the Structure of Large Models Using Qwen as an Example</title><link>https://www.chenshaowen.com/en/blog/structure-of-large-models-with-qwen.html</link><pubDate>Sun, 09 Feb 2025 00:00:00 +0000</pubDate><atom:modified>Sun, 09 Feb 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/structure-of-large-models-with-qwen.html</guid><description>1. Introduction to the Qwen Model In April 2023, Alibaba released the beta version of Qwen. In December 2023, Alibaba open-sourced the first version of Qwen. In September 2024, Alibaba released Qwen2.5. In January 2025, Alibaba released Qwen 2.5-Max. Qwen 2.5 is the latest series of the Qwen large language</description><dc:creator>微信公众号</dc:creator><category>Qwen</category><category>LLM</category><category>AI</category><category>Learning</category><category>Architecture</category><category>Transformer</category><category>Open Source</category><category>R&amp;D</category></item><item><title>Using vLLM for Model Inference</title><link>https://www.chenshaowen.com/en/blog/use-vllm-for-inference.html</link><pubDate>Sat, 18 Jan 2025 00:00:00 +0000</pubDate><atom:modified>Sat, 18 Jan 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/use-vllm-for-inference.html</guid><description>1. Environment Preparation Download Miniforge 1 wget &amp;#34;https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh&amp;#34; Install Miniforge 1 bash Miniforge3-$(uname)-$(uname -m).sh 1 2 echo &amp;#34;export PATH=$HOME/miniforge3/bin:$PATH&amp;#34; &amp;gt;&amp;gt; ~/.bashrc source ~/.bashrc Create the environment 1 conda create -n vllm python=3.12 vLLM currently requires Python 3.9+. Activate the environment 1 conda activate vllm Install dependencies 1 conda install</description><dc:creator>微信公众号</dc:creator><category>vLLM</category><category>AI</category><category>LLM</category><category>Inference</category><category>Operations</category></item><item><title>Using a vLLM Application to Verify an Inference Node</title><link>https://www.chenshaowen.com/en/blog/use-vllm-verify-inference-node.html</link><pubDate>Thu, 16 Jan 2025 00:00:00 +0000</pubDate><atom:modified>Thu, 16 Jan 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/use-vllm-verify-inference-node.html</guid><description>1. Building the Image To make testing convenient, the model files are packaged into the image here. Download the model 1 2 3 4 git clone https://huggingface.co/Qwen/Qwen1.5-1.8B-Chat cd Qwen1.5-1.8B-Chat &amp;amp;&amp;amp; git lfs pull rm -rf .git cd .. Write the Dockerfile 1 2 3 4 5 cat &amp;lt;&amp;lt;EOF &amp;gt; Dockerfile</description><dc:creator>微信公众号</dc:creator><category>vLLM</category><category>Inference</category><category>AI</category><category>LLM</category><category>Operations</category></item><item><title>AI Application Development Tech Stack</title><link>https://www.chenshaowen.com/en/blog/ai-application-development-tech-stack.html</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0000</pubDate><atom:modified>Sun, 12 Jan 2025 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ai-application-development-tech-stack.html</guid><description>Embedding Models Embedding models map high-dimensional data into a lower-dimensional space, which makes the data easier to process and analyze.
Text Models Here is a leaderboard, https://huggingface.co/spaces/mteb/leaderboard
The leaderboard above gives each model&amp;rsquo;s score, parameter count, memory usage, vector dimension, maximum tokens, and other information. Below are some commonly used open-source models:</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Application Development</category><category>Tech Stack</category><category>LLM</category><category>R&amp;D</category><category>Learning</category><category>RAG</category><category>Embedding</category><category>Best Practices</category></item><item><title>Building a Copilot to Handle Operations Failures</title><link>https://www.chenshaowen.com/en/blog/develop-a-copilot-to-handle-exceptions.html</link><pubDate>Wed, 14 Aug 2024 00:00:00 +0000</pubDate><atom:modified>Wed, 14 Aug 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/develop-a-copilot-to-handle-exceptions.html</guid><description>This post comes mainly from an internal sharing session, and is also a summary of some recent work. 1. The Common Failure Handling Process The figure above shows a typical operations exception handling process. Along the timeline, there are the following key points in time: Failure occurs Failure detected Failure</description><dc:creator>微信公众号</dc:creator><category>LLM</category><category>Operations</category><category>Exceptions</category><category>Failures</category><category>Sharing</category></item><item><title>Aligning with Ops: Rewriting Ops Copilot with a New Approach, Updated</title><link>https://www.chenshaowen.com/en/blog/ops-copilot-has-been-updated-using-pipeline-and-llm.html</link><pubDate>Wed, 01 May 2024 00:00:00 +0000</pubDate><atom:modified>Wed, 01 May 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ops-copilot-has-been-updated-using-pipeline-and-llm.html</guid><description>1. Making Ops Copilot an Ops Coilot In September 2023, I wrote a version of Ops Copilot, and published an article about it, I&amp;rsquo;m Writing a Copilot for My Ops Tool. The effect it achieved was like this: 1 2 3 4 5 6 7 8 9 10 Opscli&amp;gt; 打</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Copilot</category><category>Agent</category><category>LLM</category><category>Ops</category><category>Operations</category></item><item><title>What Is MLOps</title><link>https://www.chenshaowen.com/en/blog/what-is-mlops.html</link><pubDate>Sat, 27 Apr 2024 10:00:00 +0000</pubDate><atom:modified>Sat, 27 Apr 2024 10:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/what-is-mlops.html</guid><description>1. What Is MLOps MLOps is short for Machine Learning Operations, and it describes the standardization and engineering of the entire lifecycle around model development.
MLOps includes the following key steps:
Data management: storing, accessing, cleaning, and transforming data Model development: algorithm development and model construction Model training and tuning: training models on data, adjusting hyperparameters to optimize the model, and fine-tuning models Model evaluation: testing a model&amp;rsquo;s accuracy, generalization ability, and performance metrics Model deployment: deploying the model to the target environment and converting the model Model monitoring: monitoring the model&amp;rsquo;s behavior, performance degradation, data drift, and robustness Another similar concept is ModelOps.</description><dc:creator>微信公众号</dc:creator><category>Machine Learning</category><category>MLOps</category><category>LLM</category><category>R&amp;D</category><category>What Is</category></item><item><title>Common AI Base Images and Startup Commands</title><link>https://www.chenshaowen.com/en/blog/common-ai-base-images-and-run-command.html</link><pubDate>Thu, 28 Mar 2024 00:01:00 +0000</pubDate><atom:modified>Thu, 28 Mar 2024 00:01:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/common-ai-base-images-and-run-command.html</guid><description>1. What the Image Tag Suffixes Mean base/cuda: includes the CUDA runtime
runtime: builds on base, adding the CUDA math libraries and the NCCL and cuDNN runtimes
devel: builds on runtime, adding headers and the development tools used to build CUDA images; particularly useful for multi-stage builds
cuddn: builds on the above, adding the cuDNN neural network acceleration library</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Images</category><category>Containers</category><category>Docker</category><category>GPU</category><category>LLM</category><category>Operations</category><category>R&amp;D</category></item><item><title>After a Month, I Finally Found an Approach to Writing an AI Agent</title><link>https://www.chenshaowen.com/en/blog/provide-a-way-to-develop-ai-agent.html</link><pubDate>Sat, 16 Mar 2024 08:01:28 +0000</pubDate><atom:modified>Sat, 16 Mar 2024 08:01:28 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/provide-a-way-to-develop-ai-agent.html</guid><description>1. Keep Trying to Ship the AI Application Side Based on my understanding of operations, I developed an open-source operations tool, https://github.com/shaowenchen/ops . The Ops tool divides operations work into two categories — script execution and file distribution — and both operations targets, hosts and Kubernetes clusters, implement both of</description><dc:creator>微信公众号</dc:creator><category>Thoughts</category><category>AI</category><category>Agent</category><category>LLM</category><category>Ops</category><category>Operations</category></item><item><title>Speeding Up Model Inference with TensorRT</title><link>https://www.chenshaowen.com/en/blog/speeding-up-model-inference-with-tensorrt.html</link><pubDate>Tue, 06 Feb 2024 00:00:00 +0000</pubDate><atom:modified>Tue, 06 Feb 2024 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/speeding-up-model-inference-with-tensorrt.html</guid><description>1. What Is TensorRT TensorRT is a C++ library mainly used for high-performance inference acceleration on NVIDIA GPUs. It provides both a C++ API and a Python API for integration. The mainstream deep learning frameworks TensorRT supports are: Caffe, where TensorRT can read the prototxt format directly TensorFlow, where the</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>TensorRT</category><category>NVIDIA</category><category>GPU</category><category>Inference</category><category>LLM</category></item><item><title>Large Model Inference with Triton Server and TensorRT-LLM in a Container</title><link>https://www.chenshaowen.com/en/blog/using-triton-server-and-tensorrt-llm-under-container.html</link><pubDate>Sat, 03 Feb 2024 08:05:48 +0000</pubDate><atom:modified>Sat, 03 Feb 2024 08:05:48 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/using-triton-server-and-tensorrt-llm-under-container.html</guid><description>1. Compiling Models with TensorRT-LLM 1.1 Introduction to TensorRT-LLM When using TensorRT, you usually need to convert the model to ONNX format, then convert the ONNX to TensorRT format, and finally run inference in TensorRT or Triton Server. But this conversion process is not simple, and you often run into</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>Triton</category><category>TensorRT</category><category>LLM</category><category>Inference</category><category>GPU</category><category>Operations</category><category>Containers</category><category>Learning</category></item><item><title>Integrating GPT Services into WeChat and Official Accounts</title><link>https://www.chenshaowen.com/en/blog/how-to-access-gpt-service-on-wechat.html</link><pubDate>Tue, 26 Dec 2023 00:00:00 +0000</pubDate><atom:modified>Tue, 26 Dec 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-access-gpt-service-on-wechat.html</guid><description>Paid integration service available at 200 RMB/year; technical support is also available at 200 RMB per session, capped at 1 hour. Follow the official account to get contact details. 1. Information You Need to Provide Go to https://mp.weixin.qq.com/ and open 【Settings and</description><dc:creator>微信公众号</dc:creator><category>LLM</category><category>GPT</category><category>Official Account</category><category>WeChat</category><category>AI</category><category>R&amp;D</category><category>Learning</category><category>Integration</category><category>OpenAI</category><category>Practice</category></item><item><title>A Guide to Designing and Implementing LLM Applications</title><link>https://www.chenshaowen.com/en/blog/large-model-application-design-and-implementation-guide.html</link><pubDate>Sat, 23 Dec 2023 11:22:55 +0000</pubDate><atom:modified>Sat, 23 Dec 2023 11:22:55 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/large-model-application-design-and-implementation-guide.html</guid><description>1. Problems with Using LLMs Directly Unstable output One characteristic of generative AI is the diversity of its output. Ask an LLM the same question several times and you may get different answers. This uncertainty in output is a pleasant surprise for users in conversation and creative scenarios. But in</description><dc:creator>微信公众号</dc:creator><category>LLM</category><category>AI</category><category>Best Practices</category><category>R&amp;D</category><category>Architecture</category><category>Learning</category><category>RAG</category><category>Agent</category></item><item><title>Running llama-Architecture LLMs on CPU</title><link>https://www.chenshaowen.com/en/blog/how-to-run-llama-on-cpu.html</link><pubDate>Sat, 16 Sep 2023 00:00:00 +0000</pubDate><atom:modified>Sat, 16 Sep 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/how-to-run-llama-on-cpu.html</guid><description>1. Running Locally in Containers Start the LLM 1 docker run --security-opt apparmor=unconfined --security-opt seccomp=unconfined --rm -p 8000:8000 shaowenchen/chinese-alpaca-2-7b-gguf:Q2_K The API documentation is available at http://localhost:8000/docs, as shown below:
Deploy a simple Chat UI Note that the OPENAI_API_HOST parameter must be set to your host machine&amp;rsquo;s IP address rather than localhost or 127.</description><dc:creator>微信公众号</dc:creator><category>CPU</category><category>LLM</category><category>AI</category><category>Inference</category><category>Operations</category></item><item><title>LLM Deployment Tool llama.cpp</title><link>https://www.chenshaowen.com/en/blog/llama-cpp-that-is-a-llm-deployment-tool.html</link><pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate><atom:modified>Tue, 05 Sep 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/llama-cpp-that-is-a-llm-deployment-tool.html</guid><description>1. LLM Deployment Tool llama.cpp Research on large models is split into two parts: training and inference. The training process is essentially the process of finding model parameters that minimize the model&amp;rsquo;s loss function and optimize the inference results. Once training is complete, the model&amp;rsquo;s parameters are fixed, and at</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>LLM</category><category>Tools</category><category>llama.cpp</category><category>Inference</category><category>Deployment</category></item><item><title>Usage of the transformers Library</title><link>https://www.chenshaowen.com/en/blog/usage-of-transformers-lib.html</link><pubDate>Tue, 22 Aug 2023 00:00:00 +0000</pubDate><atom:modified>Tue, 22 Aug 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/usage-of-transformers-lib.html</guid><description>transformers is a Python library developed by Hugging Face for using and training pretrained Transformer models in natural language processing (NLP) tasks. It provides many powerful tools and features that make working with text data and building NLP models much easier. The library is widely used across a variety of</description><dc:creator>微信公众号</dc:creator><category>Transformer</category><category>AI</category><category>LLM</category><category>NLP</category><category>Python</category></item><item><title>Model and Dataset Operations on HuggingFace</title><link>https://www.chenshaowen.com/en/blog/models-and-datasets-on-huggingface.html</link><pubDate>Mon, 21 Aug 2023 00:00:00 +0000</pubDate><atom:modified>Mon, 21 Aug 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/models-and-datasets-on-huggingface.html</guid><description>HuggingFace offers shared models, datasets, and hosted spaces, giving AI researchers and developers a complete ecosystem. This article explains how to work with HuggingFace models and datasets. 1. Model Operations and Usage 1.1 Custom Storage Directory 1 export HF_HOME=/Volumes/Data/HuggingFace Otherwise the default is the ~/.cache/huggingface directory. 1.2 Downloading Models The</description><dc:creator>微信公众号</dc:creator><category>Transformer</category><category>AI</category><category>LLM</category><category>HuggingFace</category><category>Dataset</category><category>R&amp;D</category></item><item><title>AI Fundamentals</title><link>https://www.chenshaowen.com/en/blog/ai-basic-knowledge.html</link><pubDate>Fri, 18 Aug 2023 11:22:55 +0000</pubDate><atom:modified>Fri, 18 Aug 2023 11:22:55 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/ai-basic-knowledge.html</guid><description>1. Keywords Machine Learning (ML)
The technology of automatically acquiring knowledge from data.
Neural Network (NN)
A model that imitates the structure and learning mechanism of biological neural networks; one of the branches of machine learning.
The structure of a neural network consists of an input layer, hidden layers, and an output layer.</description><dc:creator>微信公众号</dc:creator><category>AI</category><category>LLM</category><category>Machine Learning</category><category>Knowledge Points</category><category>Learning</category></item><item><title>Calling Functions Through Dialogue with OpenAI and Langchain</title><link>https://www.chenshaowen.com/en/blog/call-functions-through-dialogue-using-openai-and-langchain.html</link><pubDate>Wed, 16 Aug 2023 00:00:00 +0000</pubDate><atom:modified>Wed, 16 Aug 2023 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/call-functions-through-dialogue-using-openai-and-langchain.html</guid><description>1. LLMs and Langchain Many people may never get the chance to train, or even fine-tune, a large model, but using large models is the wave of the future. So how should we embrace this change? The answer is Langchain. A large model provides a broad, general-purpose foundation. So far</description><dc:creator>微信公众号</dc:creator><category>OpenAI</category><category>Langchain</category><category>AI</category><category>LLM</category><category>R&amp;D</category><category>Learning</category><category>Function Calling</category><category>Application Development</category><category>Best Practices</category></item></channel></rss>