mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-08 23:02:27 -05:00
Ray Configuration on Mac M1 #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rcontesti on GitHub (Mar 8, 2024).
Hi, I'm facing some issues with Ray when running it locally on my mac (M1, Sonoma 14.1.1). I wonder whether for those of us running locally, a different configuration or setup of Ray would be required.
Many thanks
@divakaivan commented on GitHub (Dec 15, 2024):
Leaving this for anyone else experiencing this. in
requirements.txtI changed theray[air]==2.7.0toray[default]==2.7.0and it works.@mertbozkir commented on GitHub (Dec 17, 2024):
thank you so much! I'll probably working on my ray self-hosted ml platform soon :D