InternLM / MindSearch

🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)
https://mindsearch.netlify.app/
Apache License 2.0
5.07k stars 512 forks source link

append griffe==0.48 to requirements.txt #174

Closed leagend closed 2 months ago

leagend commented 2 months ago

To fix [back end failed to launch on Huggingface due to unexpected griffe version #173 (https://github.com/InternLM/MindSearch/issues/173).

leagend commented 2 months ago

@BetterSnail @LCorleone @zehuichen123 @Harold-lkk please review it.

Harold-lkk commented 2 months ago

https://github.com/InternLM/lagent/blob/b6bb4e08a9f81417429075015a474a8bbe5e84cd/lagent/actions/base_action.py#L17 BaseAction has compatible different versions of griffe. Does it fix this problem?

leagend commented 2 months ago

Sure, the fix works well with Huggingface now. So close it as verified.