Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX Apple Silicon environment #223

Merged
merged 2 commits into from
Apr 24, 2023
Merged

OSX Apple Silicon environment #223

merged 2 commits into from
Apr 24, 2023

Conversation

singam-sanjay
Copy link
Collaborator

@singam-sanjay singam-sanjay commented Apr 20, 2023

Why are these changes needed?

Anaconda for macOS ARM64 could not find the packages in environment-arm.yml file for my apple silicon setup, which also excluded torch and tensorflow. The files in this commit should provide all necessary packages. The *general.yml files provides the minimum list of necessary packages, but since the version numbers are not provided, might r. The specific.yml file provides specific versions of all packages that worked for my environment and should quickly help duplicate my working setup.

Related issue number

#210

Checks

  • I've included any doc changes needed for https://fedscale.readthedocs.io/en/latest/
  • I've made sure the following tests are passing.
  • Testing Configurations
    • Dry Run (20 training rounds & 1 evaluation round)
    • Cifar 10 (20 training rounds & 1 evaluation round)
    • Femnist (20 training rounds & 1 evaluation round)

- websocket-client==1.5.1
- widgetsnbextension==4.0.7
- wrapt==1.15.0
prefix: /Users/singam/Software/anaconda3/envs/fedscale-intel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove it.

- pip=23.0.1=py38hca03da5_0
- pyasn1=0.4.8=pyhd3eb1b0_0
- pyasn1-modules=0.2.8=py_0
- pycparser=2.21=pyhd3eb1b0_0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are too specific?

@fanlai0990 fanlai0990 marked this pull request as ready for review April 24, 2023 04:46
@fanlai0990 fanlai0990 merged commit ca1cdcb into master Apr 24, 2023
@fanlai0990 fanlai0990 deleted the singam_m1mac branch May 22, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants