vLLM All In One
vLLM All In One
free LLM for OpenClaw
The High-Throughput and Memory-Efficient inference and serving engine for LLMs
Easy, fast, and cost-efficient LLM serving for everyone.

https://github.com/vllm-project/vllm
free OpenClaw
OpenClaw + vLLM
OpenClaw + OpenRouter (free model api key)
demos
CPU
$ uv pip install vllm --extra-index-url https://wheels.vllm.ai/0.18.0/cpu --torch-backend cpu

CUDA
GPU
$ uv pip install vllm


(🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章!
NVIDIA GPU
xgqfms@ai2026:~$ nvidia-smi
Command 'nvidia-smi' not found, but can be installed with:
sudo apt install nvidia-utils-390 # version 390.157-0ubuntu0.22.04.2, or
sudo apt install nvidia-utils-418-server # version 418.226.00-0ubuntu5~0.22.04.1
sudo apt install nvidia-utils-450-server # version 450.248.02-0ubuntu0.22.04.1
sudo apt install nvidia-utils-470 # version 470.256.02-0ubuntu0.22.04.1
sudo apt install nvidia-utils-470-server # version 470.256.02-0ubuntu0.22.04.1
sudo apt install nvidia-utils-535 # version 535.288.01-0ubuntu0.22.04.1
sudo apt install nvidia-utils-535-server # version 535.288.01-0ubuntu0.22.04.1
sudo apt install nvidia-utils-545 # version 545.29.06-0ubuntu0.22.04.2
sudo apt install nvidia-utils-565-server # version 565.57.01-0ubuntu0.22.04.4
sudo apt install nvidia-utils-570 # version 570.211.01-0ubuntu0.22.04.1
sudo apt install nvidia-utils-570-server # version 570.211.01-0ubuntu0.22.04.1
sudo apt install nvidia-utils-580 # version 580.126.09-0ubuntu0.22.04.1
sudo apt install nvidia-utils-580-server # version 580.126.09-0ubuntu0.22.04.1
sudo apt install nvidia-utils-590 # version 590.48.01-0ubuntu0.22.04.3
sudo apt install nvidia-utils-590-server # version 590.48.01-0ubuntu0.22.04.3
sudo apt install nvidia-utils-550-server # version 550.163.01-0ubuntu0.22.04.1
sudo apt install nvidia-utils-510 # version 510.60.02-0ubuntu1
sudo apt install nvidia-utils-510-server # version 510.47.03-0ubuntu3
xgqfms@ai2026:~$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Acer Incorporated [ALI] 3rd Gen Core processor Graphics Controller
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 620M/630M/635M/640M LE] (rev a1)
Subsystem: Acer Incorporated [ALI] GF108M [GeForce GT 620M/630M/635M/640M LE]
Kernel driver in use: nouveau
xgqfms@ai2026:~$
NVIDIA GeForce GT 630M1GBVRAM

OpenClaw => vLLM + 本地模型
https://www.bilibili.com/video/BV1ATwqzcE5S/?t=180
how to install nvidia geforce gt 630m driver on ubuntu
https://www.nvidia.com/en-us/drivers/

https://www.youtube.com/watch?v=cYSLW1qIzKE
$ cat /proc/driver/nvidia/version
# desktop version
$ sudo ubuntu-drivers list
# servers version
$ sudo ubuntu-drivers list --gpgpu
$ sudo ubuntu-drivers install
$ sudo ubuntu-drivers install nvidia:535

nouveau
xgqfms@ai2026:~$ lsmod | grep nouveau
nouveau 3100672 0
mxm_wmi 12288 1 nouveau
drm_gpuvm 45056 1 nouveau
drm_exec 12288 2 drm_gpuvm,nouveau
gpu_sched 61440 1 nouveau
drm_ttm_helper 12288 1 nouveau
ttm 110592 3 drm_ttm_helper,i915,nouveau
drm_display_helper 237568 2 i915,nouveau
i2c_algo_bit 16384 2 i915,nouveau
video 77824 3 acer_wmi,i915,nouveau
wmi 28672 5 video,acer_wmi,wmi_bmof,mxm_wmi,nouveau

echo "blacklist nouveau" | sudo tee /etc/modprobe.d/disable-nouveau.conf
echo "options nouveau modeset=0" | sudo tee -a /etc/modprobe.d/disable-nouveau.conf
sudo rmmod nouveau || true
sudo update-initramfs -u
https://ubuntu.com/server/docs/how-to/graphics/install-nvidia-drivers/
$ sudo apt install linux-modules-nvidia-${DRIVER_BRANCH}${SERVER}-${LINUX_FLAVOUR}
$ sudo apt-cache policy linux-modules-nvidia-${DRIVER_BRANCH}${SERVER}-$(uname -r)
NVIDIA GeForce GT 630M
The GeForce GT 630M was a mobile graphics chip by NVIDIA, launched on March 22nd, 2012. Built on the 28 nm process, and based on the GF117 graphics processor, in its N13P-GL-A1 variant, the chip supports DirectX 12. Even though it supports DirectX 12, the feature level is only 11_0, which can be problematic with newer DirectX 12 titles. The GF117 graphics processor is an average sized chip with a die area of 116 mm² and 585 million transistors. It features 96 shading units, 16 texture mapping units, and 4 ROPs. NVIDIA has paired 1,024 MB GDDR5 memory with the GeForce GT 630M, which are connected using a 128-bit memory interface. The GPU is operating at a frequency of 625 MHz, memory is running at 1000 MHz (4 Gbps effective).
Being a mxm module card, the NVIDIA GeForce GT 630M does not require any additional power connector, its power draw is rated at 33 W maximum. This device has no display connectivity, as it is not designed to have monitors connected to it. Rather it is intended for use in laptop/notebooks and will use the output of the host mobile device.

https://www.techpowerup.com/gpu-specs/geforce-gt-630m.c353
Windows 10 only 💩


OpenClaw 必备 Skills
# 进入配置页面
$ openclaw onboard
# 基于 Rust 开发的无头浏览器自动化 CLI 工具
$ npx clawhub@latest install agent-browser
# 联网搜索
$ npx clawhub@latest install tavily-search
$ npx clawhub@latest install find-skills
$ npx clawhub@latest install weather
#
$ npx clawhub@latest install self-improving-agent
$ npx clawhub@latest install summarize
# 安全审计,识别潜在的恶意指令与风险
$ npx clawhub@latest install skill-vetter
$ npx clawhub@latest install proactive-agent
# Google全家桶(Gmail、日历、Drive、Docs)
$ npx clawhub@latest install gog
https://github.com/VoltAgent/awesome-openclaw-skills
refs
https://www.cnblogs.com/xgqfrms/p/19745382
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/19745003
未经授权禁止转载,违者必究!

浙公网安备 33010602011771号