-
Notifications
You must be signed in to change notification settings - Fork 159
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
fix: downgrade torch for mac intel support [to be closed soon] #796
Conversation
@@ -43,7 +43,7 @@ setuptools = "65.6.3" | |||
skops = {version = "0.5.0"} | |||
xgboost = "1.6.2" | |||
skorch = "0.11.0" | |||
torch = "2.3.1" | |||
torch = "2.2.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see no way to say "Mac intel" but they are ways to say "Mac"
foo = [
{ platform = "darwin", url = "https://example.com/foo-1.0.0-py3-none-macosx_11_0_arm64.whl" },
{ platform = "linux", version = "^1.0", source = "pypi" },
]
Do we really want to have versions which differ between OSs, however?
If you don't mind, I'd like also to use a new CP, which fixes an issue for Mac intel. Let me add it to the Makefile |
I currently can't sync_env. Trying to fix this |
Works at 89f2db1 |
Works with 9f2db179bfbe6e095bb672ed58dae3ec3bdd15b + 2.7.0.dev20240709 |
rm -rf .venv; python3.8 -m venv .venv; source .venv/bin/activate; poetry lock; make sync_env works as well. So let me update the toml, step by step |
Still works after
|
The first issue happens with
It sync_env well, but it
and
|
Works with
so the first issue is with brevitas |
With
it installs but fails to run pytest. Possibly because of omp issues |
Works for
That's a good sign |
Able to make it work for 3.8 to 3.10 without changing brevitas for now. Now, trying to change brevitas |
So, no:
makes it fail.
|
Will be superseded by #798 |
Superseded by #798 |
closes #https://github.com/zama-ai/concrete-ml-internal/issues/4547