Ziyú Ye

Results 9 comments of Ziyú Ye

Ah, I just realized the cause for the KeyError is that `torch.nn.DataParallel(model)` will wrap a module outside the model. A simple fix to avoid this error would be to add...

This prompt template looks more like ReAct instead of CoT (whose prompt can be as simple as "think step by step"). However it is not exactly ReAct, which consists of...

thanks @Appointat, the current pull request looks good in general! i will take a closer look at it later this week. for 'example responses', i was originally thinking about adding...

My apologies for the late review! Just had a look over the feature and it is looking great overall! Just a minor point to consider for the examples: - Adding...

just a quick comment: while working on the `/docs` to make a pull request, i am also testing the [wiki](https://github.com/camel-ai/camel/wiki) feature.

The high-level class design looks good to me! Left one minor comment in the code.

> TODO: > > * Write document for multimodal function @chenllliang > > * Give an example using the multimodal prompt class @ZIYU-DEEP Just to leave a note here –...

Thanks a lot @Wendong-Fan! just resolved some minor issues. converting this PR a draft and handing over to @Zhangzeyu97 to work on the `feat/Intergrate-Evol-Instruct` branch under the camel repo with...

updating [flashinfer](https://docs.flashinfer.ai/installation.html) works for me, e.g., ``` pip install flashinfer-python -i https://flashinfer.ai/whl/cu124/torch2.5/ ```