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

feat: write a regression test suite that can be sbatch submitted #616

Merged
merged 9 commits into from
Jan 31, 2025
Next Next commit
build(deps): require tqdm>=4.66 to support TQDM_MININTERVAL=5 in jobs
Defining `export TQDM_MININTERVAL=5` (or the desired number of seconds) will
reduce the frequency at which TQDM updates progress bars, which is nicer for
logs that get saved to file.
  • Loading branch information
joanise committed Jan 23, 2025
commit cbebf707f672660980e3891607b50e54b89b29aa
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ dependencies = [
"torch==2.3.1",
"torchaudio==2.3.1",
"torchinfo==1.8.0",
"tqdm>=4.66.0",
"typer>=0.12.4",
"yaspin>=3.1.0",
]
Expand Down