09 2024 档案
摘要:执行wsl --update即可
阅读全文
摘要:#!/bin/bash ll .venv bash entrypoint.sh执行出现错误 entrypoint.sh: line 2: ll: command not found 而使用source entrypoint.sh却没问题 原因:权限问题
阅读全文
摘要:方法一: vim a.sh :set ff=unix
阅读全文
摘要:目录使用nohup挂载使用pm2挂载设置share link为永久 使用nohup挂载 encrypoint.sh source /data/develop/hjy/LLaMA-Factory/.venv/bin/activate llamafactory-cli webui (base) $ so
阅读全文
摘要:安装插件调用的接口: 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
阅读全文
摘要:@shared_task(queue='tool_invoke') def tool_invoke_task_queue(type: str, data: Union[bytes, str], path: str = None): bucket = 'tools' try: if type == '
阅读全文
摘要:在任务栏中找到docker desktop,右键点击restart即可
阅读全文
摘要: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
阅读全文
摘要:解决方案: 需要修改注册表的变量 https://github.com/volcengine/volcengine-python-sdk/issues/5
阅读全文
摘要:(.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
阅读全文
摘要:删除本机无效的环境变量即可
阅读全文
摘要:入口 选择工具duckduckgo 发送消息后,后台的接口: 1.chat-messages:https://cloud.dify.ai/console/api/apps/a21e7956-378f-47ea-9ce6-3d390d4674b4/chat-messages 载荷 {"response
阅读全文
摘要:https://huggingface.co/docs/diffusers/api/pipelines/cogvideox 预览 https://huggingface.co/THUDM/CogVideoX-5b
阅读全文