dependabot[bot]
dd985ac4b9
Bump the github-actions group with 3 updates ( #2592 )
...
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [actions/setup-python](https://github.com/actions/setup-python ) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release ).
Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
Updates `softprops/action-gh-release` from 1 to 2
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-python
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: softprops/action-gh-release
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-13 11:22:31 -07:00
Christian Clauss
e1e6aa60ff
Keep GitHub Actions up to date with GitHub's Dependabot ( #2486 )
...
Automates the creation of pull requests like
* #2430
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot )
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem )
2025-05-13 11:10:43 -07:00
Christian Clauss
13907bed90
GitHub Actions: Add Python 3.13 to the testing ( #2487 )
...
* GitHub Actions: Add Python 3.13 to the testing
* GitHub Actions: Add Python 3.13 to the testing
* numba==0.61.0rc2; python_version=='3.13'
* triton>=2; python_version<'3.13'
* fail-fast: false
* Numba v0.61.0 is released
https://github.com/numba/numba/releases
* Update pyproject.toml
2025-05-12 21:10:40 -07:00
Jong Wook Kim
517a43ecd1
Update python-publish.yml
...
using `-m build --sdist` instead of `setup.py sdist`
2025-01-04 12:56:16 -08:00
Christian Clauss
26a7cacc83
pre-commit autoupdate && pre-commit run --all-files ( #2484 )
...
* pre-commit autoupdate && pre-commit run --all-files
* Black formatter needs a current version of Python
2025-01-04 01:02:18 -08:00
Christian Clauss
6c1d8f1ea1
Upgrade GitHub Actions ( #2430 )
2025-01-04 00:47:12 -08:00
Jong Wook Kim
cdb8147962
more pytorch versions in tests ( #2408 )
2024-10-25 17:30:02 -07:00
Jong Wook Kim
260bbcfcb3
allowing numpy 2 in tests ( #2362 )
...
* allowing numpy 2 in tests
* allowing numpy 2 in tests
2024-09-30 11:18:17 -07:00
Jong Wook Kim
b66b46f32d
test on python/pytorch versions up to 3.12 and 2.4.1 ( #2360 )
2024-09-30 10:33:56 -07:00
Jong Wook Kim
279133e310
pinning numpy<2 in tests ( #2332 )
...
* pinning numpy<2 in tests
* pip install together
* pip install together
2024-09-10 10:43:21 -07:00
Jong Wook Kim
5f957da5ca
Update test.yml
2023-09-18 16:38:17 -07:00
Arthur Kim
8b330df096
Add .pre-commit-config.yaml ( #1528 )
...
* Add .pre-commit-config.yaml
Co-authored-by: arthur <arthur@rtzr.ai>
* flake8 E741
---------
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-09-18 16:15:33 -07:00
Johnny
e69930cb9c
Python 3.11 ( #1171 )
...
* python 3.11
* python 3.11
* fix
* fix
* fix
* revert changes
* Update requirements.txt
* Trying pip3 install instead
* Excluding cp39 - torch 1.10.2
* Removing 1.10.2 from test
---------
Co-authored-by: Jong Wook Kim <jongwook@openai.com>
2023-05-04 10:42:09 -07:00
K.B.Dharun Krishna
a151816b6b
python-publish.yml: bump actions version to fix node warning ( #1211 )
2023-04-10 13:54:09 -07:00
Jong Wook Kim
b80bcf610d
apply formatting with black
( #1038 )
...
* applying black (with the default 88-column limit)
* add flake8
* add isort
* fix isort
2023-03-06 15:50:37 -08:00
Jong Wook Kim
500d0fe966
word-level timestamps in transcribe()
( #869 )
...
* word-level timestamps in `transcribe()`
* moving to `timing.py`
* numba implementation for dtw, replacing dtw-python
* triton implementation for dtw
* add test for dtw implementations
* triton implementation of median_filter
* a simple word-level timestamps test
* add scipy as dev dependency
* installs an older version of Triton if CUDA < 11.4
* fix broken merge
* loosen nvcc version match regex
* find_alignment() function
* miscellaneous improvements
* skip median filtering when the input is too small
* Expose punctuation options in cli and transcribe() (#973 )
* fix merge error
* fix merge error 2
* annotating that word_timestamps is experimental
---------
Co-authored-by: ryanheise <ryan@ryanheise.com>
2023-03-06 14:00:49 -08:00
Jong Wook Kim
8135a7c31c
verbose outputs from pytest
2023-01-18 10:30:18 -08:00
Romain Beaumont
b9f9b433ae
Add github action to automatically push to pypi on Release x.y.z commit ( #681 )
...
* Add github action to automatically push to pypi on Release x.y.z commit
* some housekeeping for pypi upload
* add version.py
Co-authored-by: Jong Wook Kim <jongwook@nyu.edu>
2023-01-17 15:50:26 -08:00
Jong Wook Kim
a84191faae
rename GitHub workflow
2023-01-17 13:54:40 -08:00
Jong Wook Kim
b1d213c0c7
allow test_transcribe to run on CPU when CUDA is not available
2023-01-17 13:43:36 -08:00
Jong Wook Kim
493dfffa37
add github action to run pytest
2023-01-17 13:38:33 -08:00