deep-diver/LLM-As-Chatbot

AttributeError: module 'numpy' has no attribute 'object'

csakaszamok opened this issue · 1 comments

Current version cant start.
AttributeError: module 'numpy' has no attribute 'object'.
np.object was a deprecated alias for the builtin object. To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe.

Reproduce:
Just clone this git and follow intructions

I am not sure what this is. Please provide the full spec of your running environment.

NOTE: I have replaced all the code base, so please try once again.