mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-18 16:46:45 +08:00
Compare commits
2 Commits
375f99ebaf
...
8e35ee0b7d
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8e35ee0b7d | ||
![]() |
95ebf675ab |
@ -114,7 +114,7 @@ void CommandEncoder::synchronize() {
|
||||
std::future<void> f = p->get_future();
|
||||
add_completed_handler([p = std::move(p)]() { p->set_value(); });
|
||||
worker_.end_batch();
|
||||
commit();
|
||||
worker_.commit();
|
||||
f.wait();
|
||||
}
|
||||
|
||||
|
1
setup.py
1
setup.py
@ -187,7 +187,6 @@ if __name__ == "__main__":
|
||||
description="A framework for machine learning on Apple silicon.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
license="MIT",
|
||||
url="https://github.com/ml-explore/mlx",
|
||||
packages=packages,
|
||||
package_dir=package_dir,
|
||||
|
Loading…
Reference in New Issue
Block a user