-
Notifications
You must be signed in to change notification settings - Fork 48
Description
first off, great project! I've gotten some decent results, though they appear to degrade after time - which I suspect is due to some memory/compute shortages. Before troubleshooting further I just want to check if you've tested with a specific set of python and packages?
I do see the ag2==0.7.5 requirement comment, and I'm wondering if you could share other versions of numpy, etc. I did find this issue with the openblas setting and it seems to have helped:
https://stackoverflow.com/questions/65825346/pip-install-pandas-results-in-error-python3-8-pycharm-apple-silicon
OPENBLAS="$(brew --prefix openblas)" pip install numpy pandas
for reference I'm running this on a M1 Max 32GB, and have also tested on a AMD ryzen 5 128GB ans w/ 3060RTX 12 GB. Seems to run better on the mac though I'm still tuning the models on the ubuntu amd machine.