Blog posts

2026

如何使用vllm本地部署大模型

2 minute read

Published:

本文介绍如何在本地 (Linux 环境) 使用 vLLM 部署多模态大模型 Qwen/Qwen3-VL-2B-Instruct,并通过 OpenAI 兼容接口进行推理测试。流程包含:

2025

How to Use Codex on the Remote Server?

less than 1 minute read

Published:

有时候我们想在VSCode连接远程服务器的情况下,使用Codex插件来辅助编程。但由于某些转发原因,Codex 可能会不太配合:首先在第一步登录时就会报错,如下图所示。 image
因此,这篇教程主要记录如何在VSCode连接远程服务器的情况下使用Codex插件。

How to Use Clash on a Remote Linux Server

4 minute read

Published:

This tutorial explains how to install and configure Clash on a remote Linux server. It’s especially useful when you need to bypass network restrictions to access external sites such as Hugging Face, Google, and others, all without requiring sudo privileges.

How to Visualize the NSD Dataset with Pycortex?

19 minute read

Published:

This blog is a tutorial on visualizing the Natural Scenes Dataset (NSD) with Pycortex, aimed at researchers who want a practical guide for neural data visualization.