AI

docker部署m3e索引模型

docker run -d --name m3e -p 6008:6008 --gpus all registry.cn-hangzhou.aliyuncs.com/fastgpt_docker/m3e-large-api 配置oneapi测试的时候报404是正常现象,因为这不是对话模型 相关配置如下: sk-a...

本地部署dify

Clone DifyClone the Dify source code to your local machine: git clone https://github.com/langgenius/dify.git CopyStart DifyNavigate to the docker directory in the Dify source code and execut...

本地部署MaxKB

docker run -d --name=maxkb -p 5000:8080 -v ~/.maxkb:/var/lib/postgresql/data 1panel/maxkb # 用户名: admin # 密码: MaxKB@123.. 参考:https://github.com/1Panel-dev/MaxKB

指令微调llama3

一、清洗PDF(把PDF中的文字搞下来) import PyPDF2 import re def clean_extracted_text(text): """Clean and preprocess extracted text.""" # Remove chapter titles and sections text = re...

FastGpt本地部署

一、需要先下载两个文件 mkdir fastgpt cd fastgpt curl -O https://raw.githubusercontent.com/labring/FastGPT/main/files/deploy/fastgpt/docker-compose.yml curl -O https://raw.githubusercontent.com/...

Docker 安装openwebui

需要配合Ollama用,以下是通过GPU运行的命令 docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always g...

关于insightface安装失败的解决方案

ERROR: Could not build wheels for insightface, which is required to install pyproject.toml-based projects, ERROR: Failed building wheel for insightface 解决方案:去vs官网下载c++构建工具(https:...

ComfyUI的初级教程

一、下载ComfyUI https://gitcode.com/comfyanonymous/comfyui https://github.com/comfyanonymous/ComfyUI 二、如果绘画的画需要先下载一个主模型 先下载一个CHECKPOINT类型的模型 可以通过这两...

DeepFaceLive AI换脸工具

下载地址:https://mega.nz/folder/m10iELBK#Y0H6BflF9C4k_clYofC7yA 英伟达显卡下载:DeepFaceLive_NVIDIA_build_07_09_2023.exe

PandoraNext项目私有化部署教程

【前言】由于之前的潘多拉项目已经凉凉了,所以今天给大家出个PandoraNext项目的搭建教程,由于出视频的时候的部署方法跟现在略有不同,文章已经做了修改,大家根据目前的方式部署就行了 【简介】Pandora Clo...