BrainCog-X / Brain-Cog

Brain-inspired Cognitive Intelligence Engine (BrainCog) is a brain-inspired spiking neural network based platform for Brain-inspired Artificial Intelligence and simulating brains at multiple scales. The long term goal of BrainCog is to provide a comprehensive theory and system to decode the mechanisms and principles of human intelligence and its evolution, and develop artificial brains for brain-inspired conscious living AI in future Human-AI symbiotic Society.
http://www.brain-cog.network/
Apache License 2.0
414 stars 65 forks source link

Support for Python > 3.8 and CUDA toolkit >=12 ? #147

Open CloudyDory opened 11 months ago

CloudyDory commented 11 months ago

Hi, in the README.md, the requirements python == 3.8, CUDA toolkit == 11 seem to strict. Is it possible to use BrainCog on python>=3.9 and CUDA toolkit >= 12?

Thanks!

XDUSPONGE commented 11 months ago

Hi, we have mainly developed and verified under the above environments. As a matter of fact, the python development environment for BrainCog is not that strict, it is fine in python37 as well as python39, and the version of cuda needs to be careful to fit with pytorch.