HongCheng

Results 62 comments of HongCheng

@ProAlize you can mention the pr num you commit and which document you will modify

@mrorii @palp @rvencu @apolinario could you please give some hints? Thank you sir~

As mentioned in #10 , [Panda-70M](https://snap-research.github.io/Panda-70M/) contains 70M video-text pairs. However, the captions and filters should be finetued to get better data for training. The [Minisora community](https://github.com/mini-sora/minisora/) is doing the...

> As mentioned in #10 , [Panda-70M](https://snap-research.github.io/Panda-70M/) contains 70M video-text pairs. > > However, the captions and filters should be finetued to get better data for training. > > The...

@WangWenhao0716 could you please show us some samples for checking on your project link for further researching? By the way, welcome to update your work in the MiniSora Dataset Section...

> Add a None filter at this line can avoid this exception. > > ```python > if hasattr(chunk, "usage") and chunk.usage is not None: > ``` > > https://github.com/geekan/MetaGPT/blob/f201b2f5f32c2d48eab6632bf103e9b3a92fc999/metagpt/provider/openai_api.py#L103 One...

> 我的临时解决办法: `MetaGPT/metagpt/provider/openai_api.py`文件102行左右和usage计算相关的代码注释掉。共3块代码: > > 1. 102-111行:`if finish_reason:`开头的整块代码,全部注释。 > 2. 115-117行:`if not usage:`开头的整块代码,全部注释。 > 3. 119行:`self._update_costs(usage)`,注释1行。 > 虽然失去了计算usage的功能,但代码可正常运行了。 > > **注意,如果很依赖usage的计算,慎重采用本方法。** This works for me, I use the api of...

https://github.com/geekan/MetaGPT/issues/1252#issuecomment-2106786292 - #1252 这个可以解决(使用的是deepseek的llm,采用的是类似openai的api方式) ``` llm: api_type: "openai" model: "deepseek-chat" base_url: "https://api.deepseek.com" api_key: '' ```

@upwindflys @axiniu I also just get the same 12 cell but my macro search get very high accuracy like ``` [2] [3 0] [5 1 0] [5 0 0 1]...

> 使用win10任务栏时,电池,网咯,时间日期这些按钮点击无效,有时候点第二次才能成功,有时候点几次都不行,我发现点不出来的时候点击一下任务栏,然后再点击 ‘电池,网咯,时间日期’这些按钮就能点开。 > > When using the Win10 taskbar, clicking on the battery, network, and time/date buttons is not effective. Sometimes clicking on them a second time can only...