Skip to content

new requirements for apple silicon#141

Open
leliocampanile wants to merge 1 commit into
privacytrustlab:masterfrom
leliocampanile:feat-working-on-apple-silicon
Open

new requirements for apple silicon#141
leliocampanile wants to merge 1 commit into
privacytrustlab:masterfrom
leliocampanile:feat-working-on-apple-silicon

Conversation

@leliocampanile

Copy link
Copy Markdown

added a new requirement file for apple silicon compatibility

threadpoolctl==3.5.0
tinycss2==1.4.0
tokenizers==0.19.1
torch==2.4.1+cu118

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

From PyTorch's website:
CUDA is not available on MacOS, please use default package

Does this line work on Mac Silicon?

@taojiashu

Copy link
Copy Markdown
Member

@leliocampanile Thank you for the PR. The problem is that Apple Silicon does not support CUDA, where a significant portion of the code that involves training and inference explicitly replies on CUDA. Have you tested your new requirement? Also, I am unsure about some of the packages in the requirement list as they are unlikely to be available for MacOS.

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