ELS-RD / kernl

Kernl lets you run PyTorch transformer models several times faster on GPU with a single line of code, and is designed to be easily hackable.
http://www.kernl.ai
Apache License 2.0
1.53k stars 95 forks source link

feat: make pytest in CI non verbose #300

Closed pommedeterresautee closed 1 year ago

pommedeterresautee commented 1 year ago

Right now PyTest is run in verbose mode in the CI. The artefact are very hard to work with, for instance https://github.com/ELS-RD/kernl/actions/runs/4275131333 Main use case for the CI is to show where it crashes and provide basic details for repro, non verbose run should be ok.