[U] Update channel content

This commit is contained in:
github-actions
2024-07-21 20:10:05 +00:00
parent fbfd2053bd
commit 428f6b7917
6 changed files with 46 additions and 10 deletions
+8 -1
View File
@@ -2,11 +2,18 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
<id>https://aza.moe/life</id>
<title>小桂桂的回忆录 📒</title>
<updated>2024-07-21T18:09:36.425649+00:00</updated>
<updated>2024-07-21T20:10:02.375694+00:00</updated>
<link href="https://aza.moe/life" rel="alternate"/>
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
<logo>https://aza.moe/meru_256px.png</logo>
<subtitle>「我们所经历的每个平凡的日常,也许就是连续发生的奇迹」</subtitle>
<entry>
<id>4205</id>
<title>小桂桂的回忆录 📒 #4205</title>
<updated>2024-07-21T19:18:02+00:00</updated>
<content>&lt;p&gt;...更新到 24.7.1 不仅没有修 bug 还会蓝屏。回退到已知没有 bug 的版本 23.12 了&lt;/p&gt;</content>
<link href="https://aza.moe/life?post=4205" rel="alternate"/>
</entry>
<entry>
<id>4202</id>
<title>小桂桂的回忆录 📒 #4202</title>
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

+30 -7
View File
@@ -55620,7 +55620,7 @@
{
"id": 4079,
"date": "2024-06-29T13:31:37",
"views": 235,
"views": 236,
"forwards": 11,
"files": [
{
@@ -57112,7 +57112,7 @@
"id": 4188,
"date": "2024-07-20T19:43:02",
"text": "是同一个游戏",
"views": 57,
"views": 59,
"forwards": 0,
"images": [
{
@@ -57131,7 +57131,7 @@
"id": 4189,
"date": "2024-07-21T10:35:56",
"text": "兔兔苹果!",
"views": 50,
"views": 52,
"forwards": 0,
"media_group_id": 13772465252381349,
"images": [
@@ -57171,14 +57171,14 @@
"id": 4192,
"date": "2024-07-21T10:55:30",
"text": "syama: 下雨的时候鸟为什么不飞到云上面避雨呢 <i class=\"custom-emoji\" emoji-src=\"emoji/6323315689444607430.webp\">☁️</i>",
"views": 47,
"views": 49,
"forwards": 0
},
{
"id": 4193,
"date": "2024-07-21T14:01:31",
"text": "楼下新开了一家米线店,原来直接用廉价建材装修成「很老旧装修的气氛」也能很好看 quq",
"views": 32,
"views": 35,
"forwards": 0,
"media_group_id": 13772563932384525,
"images": [
@@ -57258,7 +57258,7 @@
"id": 4200,
"date": "2024-07-21T14:13:54",
"text": "把这张打出来定了一个相框 qwq",
"views": 30,
"views": 34,
"forwards": 0,
"media_group_id": 13772569879446949,
"images": [
@@ -57282,7 +57282,7 @@
"id": 4202,
"date": "2024-07-21T16:20:56",
"text": "刚刚试着用 LMDeploy 优化了一下 Sekai LLM,现在每个请求只需要 ~150ms 了!大进步\n\n...不过发现固定输入的话每次生成的结果都是一样的,完全没有随机性,即使把温度增加到 1.5 也一样。\n\n查了查发现填了一个随机的种子就好了... 然后把随机种子的这个参数注释掉发现不填种子也一样有随机 <i class=\"custom-emoji\" emoji-src=\"emoji/6323343426343404864.webp\">❓</i> 怎么回事呢?\n\n之后发现这个种子为 Null 的时候是在 GeneratorConfig 构造器里填一个随机的进去,所以只要用同样的 GeneratorConfig 种子就不会随机 <i class=\"custom-emoji\" emoji-src=\"emoji/6170424195260877091.webm\">🤗</i> 真的感觉第一次在现实中见到 xkcd 级别的 💩",
"views": 18,
"views": 26,
"forwards": 0,
"media_group_id": 13772630852604181,
"images": [
@@ -57317,5 +57317,28 @@
"thumb": "media/4204.jpg_thumb.jpg"
}
]
},
{
"id": 4205,
"date": "2024-07-21T19:18:02",
"text": "...更新到 24.7.1 不仅没有修 bug 还会蓝屏。回退到已知没有 bug 的版本 23.12 了",
"views": 14,
"forwards": 0,
"reply": {
"id": 4182,
"text": "好吧又仔细查了一下,Github 上有人开了 issue,他们的结论是这是 AMD Zen4 显卡驱动 Adrenaline 24 的 bug,会让所有结束了的进程变成僵尸进程释放不出去... 大家给 docker 丢锅只是正好 docker 结束进程比较频繁而已\n\n试了从 24.4 更新到 24.7.1,不知道会不会好"
},
"images": [
{
"width": 1280,
"height": 960,
"date": "2024-07-21T19:18:02",
"media_type": "photo",
"original_name": "photo_2024-07-21_19-18-02.jpg",
"url": "media/4205.jpg",
"size": 112383,
"thumb": "media/4205.jpg_thumb.jpg"
}
]
}
]
+7 -1
View File
@@ -12,7 +12,13 @@
<link>https://aza.moe/life</link>
</image>
<language>zh-cn</language>
<lastBuildDate>Sun, 21 Jul 2024 18:09:36 +0000</lastBuildDate>
<lastBuildDate>Sun, 21 Jul 2024 20:10:02 +0000</lastBuildDate>
<item>
<title>小桂桂的回忆录 📒 #4205</title>
<link>https://aza.moe/life?post=4205</link>
<description>&lt;p&gt;...更新到 24.7.1 不仅没有修 bug 还会蓝屏。回退到已知没有 bug 的版本 23.12 了&lt;/p&gt;</description>
<guid isPermaLink="false">4205</guid>
</item>
<item>
<title>小桂桂的回忆录 📒 #4202</title>
<link>https://aza.moe/life?post=4202</link>