try_files $uri $uri/ /index.html;
调整swap空间大小
-
停止
swapoff /swap.img
-
删除
rm /swap.img
-
新建4G大小的空间
dd if=/dev/zero of=/swap.img bs=1M count=4096
-
启用
1 2
chmod 600 /swap.img mkswap -f /swap.img
-
检查
1 2
free -h cat /proc/swaps
-
开机自动挂载
cat /etc/fstab
,追加以下内容
Langchain-Chatchat基于WSL安装记录
请先根据官方Readme操作
https://github.com/chatchat-space/Langchain-Chatchat
- 安装Windows显卡驱动就绪,CUDA 11.8,环境变量PATH配置好
- 安装WSL2 Ubuntu
- 安装Miniconda
- MiniConda创建venv环境,python=3.11
- 手动根据requirements.txt到阿里镜像安装对应cuda的torch、torchaudio、torchvision、xformers版本
- 根据官方文档走
- 报错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’
把内存变成一块硬盘 | 基于内存的硬盘分区 | ImDisk
ImDisk
Stable Diffusion WebUI安装
- 下载源码
https://github.com/AUTOMATIC1111/stable-diffusion-webui
- 创建Python环境
|
|
- 安装torch
在阿里云镜像上下载最新的torch,torch、torchaudio、torchvision、xformers的whl包,手动pip安装。
AI随手记
图片视频相关
Stable Diffusion
Stable Diffusion WebUI
基础模型
-
SD 1.5
-
SDXL
-
stabilityai/sdxl-turbo
声音相关
- Retrieval-based-Voice-Conversion-WebUI
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI
- NVIDIA Broadcast
声音降噪器
- VoiceCable
虚拟声卡——输出转输入