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

tensorflow-compression should not run the entire (big and slow) test suite during sanity check #21249

Open
Micket opened this issue Aug 22, 2024 · 0 comments

Comments

@Micket
Copy link
Contributor

Micket commented Aug 22, 2024

tensorflow-compression-2.11.0-foss-2022a-CUDA-11.7.0.eb runs

sanity_check_commands = [
    'python -m tensorflow_compression.all_tests',
]

but this is not good, it's like 10 minute of testing on a GPU, and since it's a sanity check command it's triggerd on a module rebuild and is also unskippable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant