调整swap空间大小

  1. 停止swapoff /swap.img

  2. 删除rm /swap.img

  3. 新建4G大小的空间dd if=/dev/zero of=/swap.img bs=1M count=4096

  4. 启用

    1
    2
    
    chmod 600 /swap.img
    mkswap -f /swap.img
    
  5. 检查

    1
    2
    
    free -h
    cat /proc/swaps
    
  6. 开机自动挂载cat /etc/fstab,追加以下内容

Langchain-Chatchat基于WSL安装记录

请先根据官方Readme操作

https://github.com/chatchat-space/Langchain-Chatchat

  1. 安装Windows显卡驱动就绪,CUDA 11.8,环境变量PATH配置好
  2. 安装WSL2 Ubuntu
  3. 安装Miniconda
  4. MiniConda创建venv环境,python=3.11
  5. 手动根据requirements.txt到阿里镜像安装对应cuda的torch、torchaudio、torchvision、xformers版本
  6. 根据官方文档走
  • 报错1

2024-03-07 22:46:16,792 - SentenceTransformer.py[line:66] - INFO: Load pretrained SentenceTransformer: /mnt/d/ai/models/bge-large-zh 2024-03-07 22:46:22,766 - embeddings_api.py[line:39] - ERROR: Error while deserializing header: HeaderTooLarge AttributeError: ‘NoneType’ object has no attribute ‘conjugate’

AI随手记

图片视频相关

Stable Diffusion

Stable Diffusion WebUI

安装步骤

基础模型

stable diffusion 常用大模型解释和推荐

声音相关

  • Retrieval-based-Voice-Conversion-WebUI

https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI

  • NVIDIA Broadcast

声音降噪器

  • VoiceCable

虚拟声卡——输出转输入