Loading

上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 目录使用nohup挂载使用pm2挂载设置share link为永久 使用nohup挂载 encrypoint.sh source /data/develop/hjy/LLaMA-Factory/.venv/bin/activate llamafactory-cli webui (base) $ so 阅读全文
posted @ 2024-09-28 17:34 踩坑大王 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 安装插件调用的接口: 2024-09-26 16:11:12.908 INFO [Thread-59 (process_request_thread)] [_internal.py:97] - 127.0.0.1 - - [26/Sep/2024 16:11:12] "OPTIONS /consol 阅读全文
posted @ 2024-09-26 23:49 踩坑大王 阅读(148) 评论(0) 推荐(0) 编辑
摘要: npm run build npm start 阅读全文
posted @ 2024-09-26 09:21 踩坑大王 阅读(8) 评论(0) 推荐(0) 编辑
摘要: @shared_task(queue='tool_invoke') def tool_invoke_task_queue(type: str, data: Union[bytes, str], path: str = None): bucket = 'tools' try: if type == ' 阅读全文
posted @ 2024-09-26 09:21 踩坑大王 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 在任务栏中找到docker desktop,右键点击restart即可 阅读全文
posted @ 2024-09-25 22:04 踩坑大王 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "D:\pycha 阅读全文
posted @ 2024-09-23 13:51 踩坑大王 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 解决方案: 需要修改注册表的变量 https://github.com/volcengine/volcengine-python-sdk/issues/5 阅读全文
posted @ 2024-09-23 11:53 踩坑大王 阅读(92) 评论(0) 推荐(0) 编辑
摘要: (.venv) (base) PS D:\pycharm_project\rag-api\api> pip install fasttext==0.9.3 Collecting fasttext==0.9.3 Using cached fasttext-0.9.3.tar.gz (73 kB) In 阅读全文
posted @ 2024-09-23 11:49 踩坑大王 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 删除本机无效的环境变量即可 阅读全文
posted @ 2024-09-20 23:50 踩坑大王 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 入口 选择工具duckduckgo 发送消息后,后台的接口: 1.chat-messages:https://cloud.dify.ai/console/api/apps/a21e7956-378f-47ea-9ce6-3d390d4674b4/chat-messages 载荷 {"response 阅读全文
posted @ 2024-09-20 17:11 踩坑大王 阅读(312) 评论(0) 推荐(0) 编辑
摘要: https://huggingface.co/docs/diffusers/api/pipelines/cogvideox 预览 https://huggingface.co/THUDM/CogVideoX-5b 阅读全文
posted @ 2024-09-04 10:57 踩坑大王 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 安装镜像 sudo docker pull docker.elastic.co/elasticsearch/elasticsearch:8.14.3 创建容器 在宿主机创建以下目录 docker run -d \ --restart=always \ --name dev-es \ --networ 阅读全文
posted @ 2024-08-13 09:21 踩坑大王 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 已安装软件: 1.libreoffice 2.pdftoppm 3.ffmpeg 阅读全文
posted @ 2024-08-01 15:25 踩坑大王 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://belval.github.io/pdf2image/installation.html#official-package 跳转到传送门 https://github.com/oschwartz10612/poppler-windows/releases/ 阅读全文
posted @ 2024-08-01 09:44 踩坑大王 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 源代码 # -*- coding:utf-8 -*- from yt_dlp import YoutubeDL import pickle,os os.environ["http_proxy"] = "http://127.0.0.1:10809" os.environ["https_proxy"] 阅读全文
posted @ 2024-07-23 16:14 踩坑大王 阅读(15) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页