图片压缩&文章修改

This commit is contained in:
2025-09-07 20:02:23 +08:00
parent 37446ec49e
commit f587f5ac34
10 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ export default defineConfig({
lastUpdatedText: '上次更新于',
// 设置logo
logo: '/logo.png',
logo: '/logo.jpg',
// editLink: {
// pattern:
// 'https://github.com/ATQQ/sugar-blog/tree/master/packages/blogpress/:path',

View File

@@ -106,7 +106,7 @@ var config_default = defineConfig({
sidebarMenuLabel: "\u76F8\u5173\u6587\u7AE0",
lastUpdatedText: "\u4E0A\u6B21\u66F4\u65B0\u4E8E",
// 设置logo
logo: "/logo.png",
logo: "/logo.jpg",
// editLink: {
// pattern:
// 'https://github.com/ATQQ/sugar-blog/tree/master/packages/blogpress/:path',

View File

@@ -100,7 +100,7 @@ var config_default = defineConfig({
sidebarMenuLabel: "\u76F8\u5173\u6587\u7AE0",
lastUpdatedText: "\u4E0A\u6B21\u66F4\u65B0\u4E8E",
// 设置logo
logo: "/logo.png",
logo: "/logo.jpg",
// editLink: {
// pattern:
// 'https://github.com/ATQQ/sugar-blog/tree/master/packages/blogpress/:path',

View File

@@ -100,7 +100,7 @@ var config_default = defineConfig({
sidebarMenuLabel: "\u76F8\u5173\u6587\u7AE0",
lastUpdatedText: "\u4E0A\u6B21\u66F4\u65B0\u4E8E",
// 设置logo
logo: "/logo.png",
logo: "/logo.jpg",
// editLink: {
// pattern:
// 'https://github.com/ATQQ/sugar-blog/tree/master/packages/blogpress/:path',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1021 KiB

After

Width:  |  Height:  |  Size: 362 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 523 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 714 KiB

View File

@@ -141,7 +141,7 @@ $$
<div align="center">
<img src="/logo.png" alt="结束图片" width="200"/>
<img src="/logo.jpg" alt="结束图片" width="200"/>
</div>

View File

@@ -1,5 +1,5 @@
---
title: vllm学习笔记1
title: vllm学习笔记(壹)
date: 2025-09-06 23:00:00 # 发布日期和时间格式YYYY-MM-DD HH:MM:SS
descriptionHTML: '<span style="color:var(--description-font-color);">学习笔记ray介绍vllm的作用和主要运行方式</span>'
tags: # 文章标签列表,用于分类和搜索
@@ -11,7 +11,7 @@ sticky: 0 # 精选文章设置:值越大在首页展示越靠
recommend: false
---
# vLLM学习笔记1 - Ray与vLLM架构深入理解
# vLLM学习笔记(壹)
> **版本说明**: 本文基于 vLLM 0.2.7 版本进行分析
> **源码位置**: 相关代码主要位于 `vllm/engine/` 和 `vllm/worker/` 目录下