imClumsyPanda

Results 23 issues of imClumsyPanda

前两天升级了tvos 16 db1,今天在从视频 http://t.cn/A6XBFMft 的详情页面中访问推荐视频 http://t.cn/A6XBFMff 时会发生闪退,不知道是否是个例 目前已测试,其他视频中的推荐视频也有这个视频时,也会在点击之后闪退,从手机上播放后 在miaoproject播放历史中选择打开播放都没问题

如在“我的音乐你听吗”up主的页面中,点击每个视频都跳转至同一播放列表,但该播放列表仅有4个视频,up主页面中共计几十个视频在iOS 15 beta 7种无法跳转至视频直接观看,如【《我的音乐你听吗》 戴佩妮 《路》-哔哩哔哩综艺】https://b23.tv/ep416796 不知道是否与app中这类视频在某期节目下方的纯享视频中。

bug
enhancement

Such a great component! I’m trying to use it to make a QA system, are you planning to add data table and picture in chat?

enhancement

After upgraded to 0.3.3, GridOptionsBuilder.from_dataframe is not working as usual. For example, column width is not automatic any more, and column with date like "2013-11-01" now shows in datetime format...

### Is your feature request related to a problem? Please describe. _No response_ ### Solutions 基于现有 ChatGLM-6B 项目,开了一个利用 fastapi 建立私有 API 的项目 [ChatGLM-6B-API](https://github.com/imClumsyPanda/ChatGLM-6B-API),希望后面能够利用 API 开展类似 ChatGPT API 的各种应用 ### Additional...

Is there any chance to add support for selfhost models like ChatGLM or transformer models. Tried to use runhouse with model “ChatGLM-6B”, but not working.

### Is your feature request related to a problem? Please describe. _No response_ ### Solutions 为便于开展基于本地数据/文件索引的chatglm应用,可否考虑增加一个通过LangChain调用ChatGLM模型的Demo ### Additional context _No response_

### Is your feature request related to a problem? Please describe. _No response_ ### Solutions I'm trying to use chatglm with local document or knowledge base, which is pretty popular...

1. Add parameters of model.chat to api.py. 2. Add torch_clear_gc to prevent from gpu storage leakage after long time running. 3. Fix univorn.run parameter to fix the bug that models...