-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
是否支持m1? #163
Comments
Thanks for your interest! The suggested PyTorch version (1.8 or 1.10) cannot support running on M1 with GPUs since the GPU part of M1 is not based on nvidia CUDA. Maybe you can run FederatedScope with CPUs on M1 or run with other devices :) |
FederatedScope设计理念很不错,我非常想尝试。 |
You can set up
And we are working on supporting visualization with WandB and thanks a lot for your suggestion! If you have questions during your journey of Federated Learning, you can join our slack channel or DingDing group and have some discussion. Thanks again for your interest! |
You are more than welcome to use FS with M1 chips, we have added the guidance for M1 users in #192 . |
当前在apple m1上docker build,发现cuda无法兼容,然后miniconda版本也需要是aarch版本。
The text was updated successfully, but these errors were encountered: