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

Issue with wheels including docs and examples folder #752

Open
ethanluoyc opened this issue Nov 1, 2023 · 0 comments · May be fixed by #753
Open

Issue with wheels including docs and examples folder #752

ethanluoyc opened this issue Nov 1, 2023 · 0 comments · May be fixed by #753

Comments

@ethanluoyc
Copy link
Contributor

Creating wheels from the git repository includes the docs and examples folder.

python -m build .

unzip -t dist/dm_haiku-0.0.11.dev0-py3-none-any.whl
Archive:  dist/dm_haiku-0.0.11.dev0-py3-none-any.whl
    testing: docs/conf.py             OK
    testing: docs/ext/coverage_check.py   OK
    testing: examples/imagenet/__init__.py   OK
    testing: examples/imagenet/dataset.py   OK
    testing: examples/imagenet/train.py   OK
    testing: examples/impala/__init__.py   OK
    testing: examples/impala/actor.py   OK
    testing: examples/impala/actor_test.py   OK
    testing: examples/impala/agent.py   OK
    testing: examples/impala/haiku_nets.py   OK
    testing: examples/impala/learner.py   OK
    testing: examples/impala/learner_test.py   OK
    testing: examples/impala/run_catch.py   OK
    testing: examples/impala/util.py   OK
    testing: examples/rnn/__init__.py   OK
    testing: examples/rnn/dataset.py   OK
    testing: examples/rnn/train.py    OK
    testing: examples/transformer/__init__.py   OK
    testing: examples/transformer/dataset.py   OK
    testing: examples/transformer/model.py   OK
    testing: examples/transformer/train.py   OK

Similar issue in rlax google-deepmind/rlax#133

@ethanluoyc ethanluoyc linked a pull request Nov 1, 2023 that will close this issue
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 a pull request may close this issue.

1 participant