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

[Notebook] ML dev cycle for DINO #355

Merged
merged 15 commits into from
Dec 8, 2022
Merged

[Notebook] ML dev cycle for DINO #355

merged 15 commits into from
Dec 8, 2022

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Dec 6, 2022

@eddyxu eddyxu marked this pull request as ready for review December 7, 2022 23:42
@eddyxu eddyxu requested a review from changhiskhan December 7, 2022 23:53
@eddyxu eddyxu self-assigned this Dec 7, 2022
@eddyxu eddyxu added python PyTorch PyTorch support labels Dec 7, 2022
@@ -71,7 +71,7 @@
ext_modules=cythonize(extensions, language_level="3"),
zip_safe=False,
install_requires=["numpy", "pillow", "pyarrow>=10,<11", "requests", "pandas"],
extras_require={"test": ["pytest>=6.0", "duckdb>=0.6,<0.7", "click", "requests_mock", "hypothesis"]},
extras_require={"test": ["pytest>=6.0", "duckdb==0.6.0", "click", "requests_mock", "hypothesis"]},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Pinned duckdb here because our S3 artifacts for duckdb extension is still on 0.6.0.

Copy link
Contributor

@changhiskhan changhiskhan left a comment

Choose a reason for hiding this comment

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

you can install the sql extension via:

pip install git+https://github.com/eto-ai/ipython-sql

and load it:

%load_ext sql
%sql duckdb:///:memory: --connection_arguments {"config":{"allow_unsigned_extensions":"true"},"preload_extensions":["lance"]}

@eddyxu eddyxu merged commit 2fac04b into main Dec 8, 2022
@eddyxu eddyxu deleted the lei/dino_coco branch December 8, 2022 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python PyTorch PyTorch support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants