<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Bluetooth-UWB 联盟论坛 - Open Source</title>
    <link>http://bluetooth.com.cn/forum/forum.php?mod=forumdisplay&amp;fid=46</link>
    <description>Latest 20 threads of Open Source</description>
    <copyright>Copyright(C) Bluetooth-UWB 联盟论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 28 May 2026 19:47:41 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bluetooth.com.cn/forum/static/image/common/logo_88_31.gif</url>
      <title>Bluetooth-UWB 联盟论坛</title>
      <link>http://bluetooth.com.cn/forum/</link>
    </image>
    <item>
      <title>模型推荐</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=133</link>
      <description><![CDATA[1. Qwen2.5-Coder（华为的代码模型，兼容性好）
python





2. CodeLlama（Meta的代码模型，非常稳定）
python





3. DeepSeek-Coder-V1（V1版本更稳定）
python]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Sun, 18 Jan 2026 07:32:31 +0000</pubDate>
    </item>
    <item>
      <title>清除Joomla缓存</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=119</link>
      <description><![CDATA[# 清除Joomla缓存
rm -rf /var/www/html/cache/*
rm -rf /var/www/html/administrator/cache/*
# 重启Apache
systemctl restart apache2]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Tue, 23 Dec 2025 03:54:52 +0000</pubDate>
    </item>
    <item>
      <title>ComfyUI :Failed to connect to http://raw.githubusercontent.com:443</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=97</link>
      <description><![CDATA[ComfyUI :Failed to connect to http://raw.githubusercontent.com:443

可以通过在windows手工配置hosts文件解决。(不好用,仅记录这种方法)将185.199.108.133 raw.githubusercontent.com 直接加到C:\\Windows\\System32\\drivers\\etc\\hosts文件的最后一行。也有将dns改为 ...]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Tue, 06 May 2025 23:41:44 +0000</pubDate>
    </item>
    <item>
      <title>安装自定义节点</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=96</link>
      <description><![CDATA[打开一个cmd窗口，进到comfyUI/custom_node路径下，把命令拷贝过去 (comfy_mt节点仅作为示例)


也可以在GitHub Proxy下找个代理，命令行改为：(不能用)]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Tue, 06 May 2025 23:17:34 +0000</pubDate>
    </item>
    <item>
      <title>AI视频生成本地搭建图文详细过程</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=89</link>
      <description><![CDATA[AI视频生成本地搭建图文详细过程]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Fri, 02 May 2025 03:44:04 +0000</pubDate>
    </item>
    <item>
      <title>tortoise-tts</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=88</link>
      <description><![CDATA[GitHub - neonbjb/tortoise-tts:A multi-voice TTS system trained with an emphasis on quality

Note:Install on Windows:
If you want to use this on your own computer, you must have an NVIDIA GPU.
On Windows, I highly recommend using the Conda installatio]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Fri, 02 May 2025 03:10:54 +0000</pubDate>
    </item>
    <item>
      <title>搭建本地AI视频生成系统指南</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=87</link>
      <description><![CDATA[# 搭建本地AI视频生成系统指南

要在自己的电脑上搭建一个能够自动生成视频文案、创建视频并添加配音字幕的AI系统，可以按照以下步骤操作：

## 一、硬件要求
- 建议配置：NVIDIA显卡(至少8GB显存)、16GB以上内存、足够存储空间
- 操作系统：Windows/Linux/macOS均可 ...]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Fri, 02 May 2025 01:23:13 +0000</pubDate>
    </item>
    <item>
      <title>Win10环境下部署DeepSeek</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=81</link>
      <description><![CDATA[一、安装ollama
要运行deepSeek-r1前提先要安装一个能运行大模型的工具，这里选择ollama。
官网：https://ollama.com/  选择Windows操作系统，需要Win10及以上版本的操作系统。然后点击下载。
下载后双击exe安装程序进入 ...]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
<enclosure url="http://bluetooth.com.cn/forum/data/attachment/forum/202504/12/211436yiiitt36und6fr65.png" length="96454" type="image/jpeg" />      <pubDate>Sat, 12 Apr 2025 13:15:57 +0000</pubDate>
    </item>
    <item>
      <title>电脑端部署deepseek 安装requirements.txt出错Could not open requirements file</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=79</link>
      <description><![CDATA[电脑端部署deepseek ,安装pip install -r requirements.txt
出错提示：
ERROR: Could not open requirements file: [Errno 2] No such file or directory: \'requirements.txt\'


----解决办法
根据提示 升级pip版本即可

如果仍提示此错误执行下列代码后，再次配置即可
 ...]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Sat, 12 Apr 2025 04:10:08 +0000</pubDate>
    </item>
    <item>
      <title>windows 部署 deepseeks-不可行，讲的并不清楚（依赖不全），特别是配置根本没涉及</title>
      <link>http://bluetooth.com.cn/forum/forum.php?mod=viewthread&amp;tid=65</link>
      <description><![CDATA[系统上部署DeepSeek，通常涉及以下步骤。假设DeepSeek是一个基于深度学习的应用程序或服务，以下是通用的部署流程：

1. 环境准备
确保你的Windows系统满足以下要求：
- **操作系统**：Windows 10 或更高版本
- **Python**：3.7 或更高版本
- **CUDA**（如果需要GPU支持 ...]]></description>
      <category>Open Source</category>
      <author>rafavi</author>
      <pubDate>Fri, 14 Mar 2025 02:20:11 +0000</pubDate>
    </item>
  </channel>
</rss>