Skip to content
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

Package exo fixes #473

Merged
merged 28 commits into from
Nov 23, 2024
Merged

Package exo fixes #473

merged 28 commits into from
Nov 23, 2024

Conversation

josh1593
Copy link
Contributor

No description provided.

setup.py Outdated Show resolved Hide resolved
exo/download/hf/hf_helpers.py Show resolved Hide resolved
exo/download/hf/hf_helpers.py Outdated Show resolved Hide resolved
dest_path = dest_dir / path.name
if dest_path.exists():
if DEBUG>=1: print(f"skipping moving {dest_path}. File already exists")
if await async_exists(dest_path):
Copy link
Contributor

Choose a reason for hiding this comment

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

does async_exists exist?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was a custom async method i was going to implement, but found a library that does that

exo/download/hf/hf_helpers.py Outdated Show resolved Hide resolved
exo/inference/mlx/sharded_utils.py Outdated Show resolved Hide resolved
exo/helpers.py Outdated Show resolved Hide resolved
scripts/build_exo.py Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
exo/helpers.py Outdated Show resolved Hide resolved
exo/inference/mlx/sharded_utils.py Outdated Show resolved Hide resolved
exo/main.py Outdated Show resolved Hide resolved
exo/main.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@AlexCheema AlexCheema merged commit c6219f4 into exo-explore:main Nov 23, 2024
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