You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
Hi, in the README.md, the requirements
python == 3.8, CUDA toolkit == 11
seem to strict. Is it possible to use BrainCog onpython>=3.9
andCUDA toolkit >= 12
?Thanks!
The text was updated successfully, but these errors were encountered: