rufeng-h

Results 10 issues of rufeng-h

**问题** echarts中,百度地图绘制散点图可以仅传入坐标数据,但是pyecharts中地名和坐标都需要。希望可以做到传入坐标可以直接绘制 **运行环境(系统环境及 pyecharts 版本)** Python3.8.2 pyecharts1.9.1 **代码及截图** 对于geo和bmap,都报同样的错 ![image](https://user-images.githubusercontent.com/59313130/168629013-539f60d7-2142-451c-98e4-ab8e6cf68201.png) pyecharts文档 ![image](https://user-images.githubusercontent.com/59313130/168626615-21e26dc0-a6f0-4501-8978-05a08944457a.png)

时间不连续,某些天数据缺失 ![image](https://user-images.githubusercontent.com/59313130/199483514-754d4d68-0f43-4293-90f8-32e8019be20a.png)

**目前对于节日只能定位到当天,可以增加节假日信息,例如五一假期,中秋假期等,根据国务院放假安排,每年对应的日期不一样**

help wanted

序列化反序列化很好用的一个库,不过本人最近在用sqlalchemy2.x,类的属性反序列化会报错 ``` from datetime import datetime from objtyping import objtyping from sqlalchemy import Integer, String, VARCHAR, DateTime from sqlalchemy.orm import DeclarativeBase from sqlalchemy.orm import Mapped, mapped_column class Base(DeclarativeBase): pass class...

和之前很多issue一样的问题 Qwen-7B-Chat,fastllm加速,无论是fp16还是int8,都有prompt会出现重复输出停不下来的情况,不加速是正常的 我的环境 A6000,torch2.0.1,cuda11.8,最新的fastllm代码 停不下来的prompt:如何使用python的selenium将网页保存为pdf ![image](https://github.com/ztxz16/fastllm/assets/59313130/f7610440-c3dc-4c10-8759-3e63f7489b66)

本人在实际使用过程中发现,一模一样的tools和用户提问,ReActChat的工具调用比FnCallAgent更准确些。我观察发现,除了tool_template不一样之外,FnCallAgent的tool_desc是附加在system_message后面的,而ReActChat的tool_desc是在第一条user_message中,模型似乎更听从user_message中的指令。 我想问一下 1. 这两种工具调用模板你们都进行过训练吗?准确度差距吗? 2. tool_desc的位置对于工具调用结果的影响。

FnCallAgent中lang设置语言无效,我查看源代码发现_run方法并没有用到lang参数,而是通过判断prompt中是否有中文字符来确定function_call的模板,但是我们的使用场景几乎都是中文,当message为 `1 + 1 = ?`时,用户希望中文回答结果,但程序会使用英文的模板。希望能够优先以lang参数为准,未设置再判断是否有中文字符。 ![image](https://github.com/QwenLM/Qwen-Agent/assets/59313130/2b081be4-6371-40ff-8e0c-5961905c7818)

目前LLM、ChatModel、Agent好像都不支持async和await?

Work in Progress

如下图所示,重写的model_dump方法与fastapi默认的序列化有exclude_none冲突 ![emobile_2024-09-13_11-27-07](https://github.com/user-attachments/assets/a6e65fc7-e2c3-4791-ae4b-88c3f4104477)

Bug

### Version Vben Admin V5 ### Describe the bug? The defaultSort configuration of useVbenVxeGrid is not taking effect. When loading data remotely, the sorting field is empty. I saw that...

bug: pending triage