sph116
sph116
拉取了最新版本 Web UI 模式好像是关闭状态 请问后面还准备更新这个功能嘛
rank0的启动命令 `NPROC_PER_NODE=1 NNODES=2 PORT=29600 ADDR=172.18.12.59 NODE_RANK=0 xtuner train train_config/internlm2_5_chat_7b_rank0_server_lora_train.py --deepspeed deepspeed_zero2` rank1的启动命令 `NPROC_PER_NODE=1 NNODES=2 PORT=29600 ADDR=172.18.12.59 NODE_RANK=1 xtuner train train_config/internlm2_5_chat_7b_rank1_server_lora_train.py --deepspeed deepspeed_zero2` rank1与rank0通信成功 单卡模式都成功训练 ### 报错日志 [rank0]: Traceback (most recent...
### Describe your problem 我理解position_int文字区域的左上角右上角坐标 请问这个坐标是基于哪张图片的
```python def load_images_from_pdf(pdf_bytes: bytes, dpi=200, start_page_id=0, end_page_id=None) -> list: try: from PIL import Image except ImportError: logger.error("Pillow not installed, please install by pip.") exit(1) images = [] with fitz.open("pdf", pdf_bytes)...
**问题描述 / Problem Description** 前端rag对话功能显示如图,  后端显示对话接口404 http://127.0.0.1:7861/knowledge_base/local_kb/samples/chat/completions "HTTP/1.1 404 Not Found"
#### 问题描述 / Problem Description https://paddleocr.bj.bcebos.com/openatom/openatom_rec_svtrv2_ch_infer.tar 以上模型是paddleocr官方模型 转换onnx报错 权重文件地址: https://paddleocr.bj.bcebos.com/openatom/openatom_rec_svtrv2_ch_infer.tar 字典地址: https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.6/ppocr/utils/ppocr_keys_v1.txt #### 运行环境 / Runtime Environment #### 复现代码 / Reproduction Code #### 可能解决方案 / Possible solutions