Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Rust 1.72 fixes #416

Merged
merged 2 commits into from
Aug 27, 2023
Merged

Rust 1.72 fixes #416

merged 2 commits into from
Aug 27, 2023

Conversation

philpax
Copy link
Collaborator

@philpax philpax commented Aug 27, 2023

Was trying to work on #412, but ended up side-tracked by this. The most problematic thing is the Arc non-Send/Sync lint; I went back and forth on this, but I was able to mostly convince myself that our current use is OK because we offer abstractions with different sync guarantees.

Still not 100% convinced though, I feel like our GGML bindings need a rethink to better fit Rust safety guarantees 😅

@philpax philpax marked this pull request as ready for review August 27, 2023 21:16
@philpax philpax merged commit 18b2a7d into main Aug 27, 2023
14 checks passed
@philpax philpax deleted the rust-1.72-fixes branch August 27, 2023 21:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant