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

Replace runners prefix amz2023. #3818

Open
wants to merge 1,144 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1144 commits
Select commit Hold shift + click to select a range
7d0f336
[BugFix] Fix extract_features method for WavLM models (#3350)
nateanl May 23, 2023
8690e6e
Resolve lint issue on LaTeX (#3366)
mthrok May 24, 2023
5a6f4eb
Remove CUDA 11.7 builds; replace with 11.8 (#3360)
ptrblck May 24, 2023
a79cf3b
Amend commit to gh-pages branch (#3345)
mthrok May 24, 2023
71b2634
Update smoke test (#3346)
mthrok May 24, 2023
8b85ca5
Fix build doc (#3349)
mthrok May 24, 2023
f41ba26
Add StreamReader/Writer custom IO to doc (#3367)
mthrok May 24, 2023
c6624fa
Add LRS3 AV-ASR recipe (#3278)
May 25, 2023
9fc0dca
Improve RNN-T streaming decoding (#3295)
lakshmi-speak May 26, 2023
37779ef
Revert "Upgrade to FFmpeg5 (#3298)" (#3377)
atalman May 26, 2023
05649ca
Temporarily remove test for extract_features (#3378)
nateanl May 26, 2023
5c0249b
Use cuda 11.8 for circleci tests (#3381)
atalman May 26, 2023
c120f31
Use the same CUDNN version on Windows as PyTorch (#3380)
huydhn May 26, 2023
1b05ca7
Fix encoding g722 format (#3373)
mthrok May 26, 2023
af932cc
Fix AudioEffector for mulaw (#3372)
mthrok May 27, 2023
6425d46
[Nova] Windows CPU Unittests on Nova (#3329)
osalpekar May 29, 2023
a81b0ed
Simplify sox namespace (#3383)
mthrok May 30, 2023
9cdf26f
Use const reference (#3389)
mthrok May 30, 2023
caf3ac0
Disable failing GPU unit test (#3384)
atalman May 30, 2023
b8016e4
Fixes to #3295 Improve RNN-T streaming decoding (#3379)
hwangjeff May 31, 2023
92d0fb5
Windows GPU workflows (#3364)
atalman May 31, 2023
c5d3706
[Nova] Deprecate windows circleci unit tests (#3393)
atalman May 31, 2023
2283df8
Surface test failures on CI (#3394)
mthrok May 31, 2023
5d0697b
[Nova] Lint on GHA (#3341)
osalpekar May 31, 2023
f7cb6c6
[Nova] Stylechecks on Nova (#3390)
osalpekar May 31, 2023
d5d94b7
Delete CCI Linux and MacOS Unittest Jobs (#3391)
osalpekar Jun 1, 2023
d6dd497
Update and deprecate apply_codec function (#3386)
mthrok Jun 1, 2023
b99e5f4
Refactor arg mapping in ffmpeg save function (#3387)
mthrok Jun 1, 2023
1dfac46
Fix apply_codec to use named file (#3397)
mthrok Jun 1, 2023
c7ac1af
Fix style issue (#3398)
mthrok Jun 1, 2023
cc89f74
[Nova] Deleting Remaining CircleCI jobs (#3399)
osalpekar Jun 1, 2023
bc54ac8
[BC-breaking] Remove file-like object support from sox_io backend (#3…
mthrok Jun 1, 2023
b14ced1
Use dlopen for FFmpeg (#3353)
mthrok Jun 1, 2023
ab7a39f
Revert D46059199: [audio][PR] Use dlopen for FFmpeg
mthrok Jun 2, 2023
2ba36b4
Update data augmentation tutorial (#3375)
mthrok Jun 2, 2023
5bbbb1d
[BC-Breaking] Remove compute_kaldi_pitch (#3368)
mthrok Jun 2, 2023
b7d3e89
[audio][PR] Add option to dlopen FFmpeg libraries (#3402)
mthrok Jun 3, 2023
e908357
Update HuBERT/SSL training recipes to support Lightning 2.x (#3396)
nateanl Jun 4, 2023
c076d1a
Clean-up ComputeKaldiPitch residue (#3403)
mthrok Jun 5, 2023
5f17d81
Update forced_align method to only support batch Tensors (#3365)
nateanl Jun 6, 2023
bbc13b9
Revert D46126226: Update forced_align method to only support batch Te…
mthrok Jun 6, 2023
23e756a
[Nova] Remove unused files (#3409)
atalman Jun 6, 2023
27aa52f
Fix style issue (#3410)
mthrok Jun 6, 2023
91db978
Make dlopen ffmpeg default off (#3418)
mthrok Jun 7, 2023
4771677
Fix style to prep #3414 (#3415)
mthrok Jun 7, 2023
5ca03f4
[Nova] Add cache ffmpeg before building (#3417)
atalman Jun 8, 2023
c3ca256
Merge all the lint/style checks to pre-commit hook (#3414)
mthrok Jun 8, 2023
1e117f5
Optimize Torchaudio Vad (#3382)
KubaRad2 Jun 8, 2023
f080315
Clean up CI scripts (#3407)
mthrok Jun 8, 2023
a7fea8a
Remove CCI badge from README (#3420)
mthrok Jun 8, 2023
7dff24c
Delay the initialization of CUDA tensor converter (#3419)
mthrok Jun 8, 2023
25e96f4
[Nova] Add cache ffmpeg before building #2 (#3423)
atalman Jun 8, 2023
dfd0c5f
Introduce chroma filter bank function (#3395)
hwangjeff Jun 8, 2023
30afaa9
Fix the input pixel format when using GPU video encoder (#3426)
mthrok Jun 9, 2023
f5d7635
Disable HF integration test (#3431)
mthrok Jun 9, 2023
c587715
Use torch/types.h where possible (#3422)
mthrok Jun 9, 2023
c76d952
feat: add guard in `lfilter` for a non-default cuda device (#3432)
yoyololicon Jun 12, 2023
0f682c7
Fix build doc (#3435)
mthrok Jun 13, 2023
58a51b5
[SoX/Flac] disable xmms_plugin dependency (#3436)
Jun 13, 2023
406e9c8
Add resample option to AudioEffector (#3374)
mthrok Jun 14, 2023
1860169
Update forced alignment tutorial (#3440)
mthrok Jun 15, 2023
77cdd16
Add LRS3 data preparation (#3421)
Jun 16, 2023
627c37a
Split the CTC forced aligment API tutorial into two tutorials (#3443)
xiaohui-zhang Jun 21, 2023
7096829
Introduce chroma spectrogram transform (#3427)
hwangjeff Jun 21, 2023
105b77f
Add more explanation about `n_fft` (#3442)
mthrok Jun 26, 2023
4a121aa
Follow up on tutorial update (#3449)
mthrok Jun 28, 2023
a8ce4a8
include a link to index.rst (#3441)
Jun 28, 2023
163157d
Update README (#3434)
nateanl Jul 3, 2023
cc16447
Update forced_align method to only support batch Tensors (#3433)
nateanl Jul 5, 2023
c34a1d6
Untangle third party inclusion in CMake (#3457)
mthrok Jul 5, 2023
662f067
Add stand alone job to build FFmpeg binaries (#3455)
mthrok Jul 5, 2023
ca66a1d
Revert "[audio][PR] Add option to dlopen FFmpeg libraries (#3402)" (#…
mthrok Jul 5, 2023
2fa39db
Fix mac ffmpeg build (#3459)
mthrok Jul 6, 2023
d9f51ce
Add ARM linux ffmpeg build (#3462)
mthrok Jul 6, 2023
f77c3e5
Use pre-built binaries for ffmpeg extension (#3460)
mthrok Jul 7, 2023
9210cba
Fix StreamWriter regression around RGB0/BGR0 (#3428)
mthrok Jul 7, 2023
9c7bf1b
Set the default #threads to 1 in StreamWriter (#3370)
mthrok Jul 7, 2023
589de10
Update package smoke test (#3465)
mthrok Jul 10, 2023
c825c01
Clean up FFMPEG env var and remove pre/post build script (#3466)
mthrok Jul 11, 2023
216146a
Update doc analytics (#3469)
mthrok Jul 11, 2023
18b20f7
Fix doc style (#3468)
mthrok Jul 11, 2023
cc41178
Clean up FFmpeg build scripts (#3470)
mthrok Jul 11, 2023
786066b
Support multiple FFmpeg versions (#3464)
mthrok Jul 12, 2023
49e269a
Fix FFmpeg initialization logic (#3474)
mthrok Jul 12, 2023
989702b
Use FFmpeg6 in build doc (#3475)
mthrok Jul 12, 2023
a3b6bfb
Fix resampling to support dynamic input lengths for onnx exports. (#3…
bogdanteleaga Jul 12, 2023
a6d1fec
Resolve some compilation warnings (#3471)
mthrok Jul 12, 2023
155d1ba
Revert D47402174: [audio][PR] Resolve some compilation warnings
mthrok Jul 13, 2023
86cb1e0
Linux CPU job should respect set Python version (#3477)
osalpekar Jul 13, 2023
cf53a48
Update the logic to fetch pixel format from filter graph (#3479)
mthrok Jul 14, 2023
5a809aa
Update notes on FFmpeg version (#3480)
mthrok Jul 15, 2023
ea7a96d
Use more recent FFmpeg in unit tests (#3476)
mthrok Jul 15, 2023
44b9206
Ensure StreamReader returns tensors with requires_grad is False (#3467)
mthrok Jul 17, 2023
6324462
Extract NVDEC tutorial from the current notebook (#3478)
mthrok Jul 18, 2023
66f661d
Move examples/asr/avsr_rnnt to examples/avsr folder (#3489)
Jul 24, 2023
ae8c131
Update AV-ASR recipe link to index.rst. (#3492)
Jul 25, 2023
135cb7b
Fix typo in melscale_fbank (#3487)
mthrok Jul 25, 2023
df65560
Run GPU video decoder/encoder tests in CI (#3490)
mthrok Jul 25, 2023
56e2266
Update nvdec/nvenc tutorials (#3483)
mthrok Jul 25, 2023
d464479
Update avsr recipe (#3493)
Jul 25, 2023
e483a67
Fix and update doc deployment (#3495)
mthrok Jul 25, 2023
49e9ed9
Disable some tests that need libsox (#3494)
mthrok Jul 25, 2023
f082e6c
Add nightly doc update (#3496)
mthrok Jul 26, 2023
da21202
Move env util (#3499)
mthrok Jul 26, 2023
c977afe
av-asr: move video loading outside detector (#3498)
Jul 26, 2023
29903c5
Add switch to disable sox integration and ffmpeg integration at runti…
mthrok Jul 27, 2023
8588fba
Replace libsox with stub library (#3497)
mthrok Jul 27, 2023
7368e33
Remove unused files (#3514)
mthrok Jul 27, 2023
d6aeaa7
Add real-time av-asr tutorial (#3511)
Jul 28, 2023
b7d2d92
Move TorchAudio-Squim models to Beta (#3512)
nateanl Jul 28, 2023
a051985
Update documentation about dependencies (#3517)
mthrok Jul 28, 2023
2c8665d
Remove ffmpeg fallback from sox_io backend (#3516)
mthrok Jul 28, 2023
61cbf79
Amend amp_to_db docstring (#3519)
mthrok Jul 28, 2023
8497ee9
Refactor compat (#3518)
mthrok Jul 29, 2023
84b1230
Set and tweak global matplotlib configuration in tutorials (#3515)
mthrok Jul 31, 2023
8a2e12d
Migrate torch.norm to torch.linalg.vector_norm (#3522)
mthrok Jul 31, 2023
cbfde17
Add pretrained VGGish inference pipeline (#3491)
hwangjeff Aug 1, 2023
144cfcf
Migrate weight_norm (#3523)
mthrok Aug 1, 2023
732c94a
Add cuctc tutorial, change blank skip threshold into prob (#3297)
yuekaizhang Aug 1, 2023
3f9b517
Fix save INT16 sox backend (#3524)
mthrok Aug 2, 2023
72b0917
Relax Conformer RNN-T numerical parity tests (#3525)
hwangjeff Aug 3, 2023
09aabcc
Refactor wav2vec2 pipeline misc helper functions (#3527)
mthrok Aug 3, 2023
b645c07
Update ctc forced alignment tutorial (#3529)
mthrok Aug 4, 2023
b976c8f
Revise VGGish pipeline to accept arbitrary state dict function (#3531)
hwangjeff Aug 4, 2023
cd80976
Make target_lengths/input_lengths in forced_align optional (#3533)
mthrok Aug 7, 2023
30668af
Add merge_tokens / TokenSpan (#3535)
mthrok Aug 7, 2023
5e211d6
Add MMS FA Bundle (#3521)
mthrok Aug 7, 2023
90143e9
Move alignment code to separate submodule (#3536)
mthrok Aug 7, 2023
3f98fb9
Add abstraction for download util (#1959)
mthrok Aug 8, 2023
e6c8973
Librispeech RNNT recipe updates for pytorch lightening 2.0 (#3336)
huangruizhe Aug 8, 2023
7e85f62
Fix FA bundle (#3538)
mthrok Aug 8, 2023
19e9046
Adopt MMS_FA bundle in multilingual FA tutorials (#3534)
mthrok Aug 8, 2023
f7ab406
Add tutorial link to AVSR recipe (#3532)
Aug 8, 2023
eab8aa7
Updating CTC FA tutorial (#3542)
mthrok Aug 8, 2023
9f5fa84
Revise VGGish inference pipeline test (#3544)
hwangjeff Aug 9, 2023
bc26425
Misc tutorial updates (#3546)
mthrok Aug 10, 2023
2d1138c
Fix SoundfileBackend method decorators (#3550)
mthrok Aug 10, 2023
6fb21ab
Move backend initialization to toplevel (#3548)
mthrok Aug 10, 2023
8d858c3
[aarch64] Add aarch64 workflow (#3553)
Aug 10, 2023
06301c0
Add Frechet distance function (#3545)
hwangjeff Aug 10, 2023
1e6a8f9
Refactor _backend module (#3547)
mthrok Aug 10, 2023
9bd7ca5
Support writing opus and mp3 with soundfile (#3554)
mthrok Aug 11, 2023
f2b2f05
Revise VGGish pipeline test again (#3551)
hwangjeff Aug 11, 2023
9467fc4
Expose AudioMetadata (#3556)
mthrok Aug 11, 2023
d1d41fd
Add default use_tmp_hub_dir value for integration tests (#3558)
hwangjeff Aug 14, 2023
a9e38e7
Update ffmpeg pre-built binary to 4.4.4 (#3557)
mthrok Aug 14, 2023
9d8f76d
Update integration test CI config (#3502)
mthrok Aug 14, 2023
c0f25f2
Update I/O and backend docs (#3555)
mthrok Aug 14, 2023
2e0dfaf
Move essential backend implementations to _backend (#3549)
mthrok Aug 14, 2023
bf07ea6
[BC-breaking] Update pre-built ffmpeg4 to 4.4.4 (#3561)
mthrok Aug 15, 2023
126f9f6
Use pytorch/manylinuxaarch64-builder:cpu-aarch64 docker image (#3560)
atalman Aug 15, 2023
1638efe
Update README.md (#3567)
mthrok Aug 18, 2023
c593961
Enable ROCm RNN-T Loss (#2485)
jpvillam-amd Aug 19, 2023
a25bcb6
Add detail about CTC peaky behavior (#3566)
mthrok Aug 20, 2023
a5da0a2
Fix style check CI job (#3564)
mthrok Aug 20, 2023
0688863
Fix I/O test (#3568)
mthrok Aug 20, 2023
3318bce
Fix style (#3569)
mthrok Aug 21, 2023
9d11563
Use FFmpeg6 in unittest (#3570)
mthrok Aug 21, 2023
47eaab4
update CUDA to 12.1 U1 (#3563)
ptrblck Aug 23, 2023
5ee254e
Remove random print statement (#3577)
mthrok Aug 29, 2023
6fb6854
Separate Test Token for Conda Uploads (#3582)
osalpekar Aug 29, 2023
bf77b2a
Bump Version 2.1 -> 2.2 (#3585)
osalpekar Aug 30, 2023
5cf7d2d
Revert "Enable ROCm RNN-T Loss (#2485)" (#3586)
atalman Aug 30, 2023
af79867
Automate Release-Only Changes (#3590)
osalpekar Sep 1, 2023
e057d7d
Moving to More Efficient Windows GPU Runner (#3587)
osalpekar Sep 2, 2023
3e7e696
Fix doc link (#3593)
mthrok Sep 4, 2023
6fbc1e6
Add incremental decoding support to CTC decoder (#3594)
mthrok Sep 4, 2023
7d37f69
Fix decoder call in Device ASR/AVSR tutorials (#3572)
hwangjeff Sep 4, 2023
454418d
[BC-Breaking] Remove legacy global backend switch (#3559)
mthrok Sep 4, 2023
931598c
Fix backward compatibility layer in backend module (#3595)
mthrok Sep 5, 2023
ede4309
Update FFmpeg arm64 CI (#3578)
mthrok Sep 5, 2023
e756b23
Fix type casting issue in mask length calculation (#3599)
Sep 7, 2023
3e1d8f3
Add CODEOWNERS (#3571)
mthrok Sep 7, 2023
5e893d6
Simplify trainining step in av-asr recipe (#3598)
Sep 8, 2023
b4c9aa5
Move RIR csrc to dedicated subdirectory (#3606)
mthrok Sep 13, 2023
4bbf65e
Update README.md (#3609)
mthrok Sep 13, 2023
ac63c45
Fix doc nightly doc CI (#3611)
mthrok Sep 19, 2023
402939e
Add path-like object support to StreamReader/Writer (#3608)
mthrok Sep 19, 2023
94aafd8
Add wall implementation for RIR ray tracing (#3612)
mthrok Sep 19, 2023
0ff6d26
replace avsr model used in the tutorial (#3602)
Sep 20, 2023
0a27bb0
Optimize merge_tokens method (#3615)
eyalcohen308 Sep 21, 2023
f1a9f79
Refactor PRA test (#3616)
mthrok Sep 23, 2023
71104e8
Remove an undefined name (#3617)
munahaf Sep 26, 2023
4dc06ce
Disable Windows CPP test (#3613)
mthrok Sep 26, 2023
acf1c7b
Fix logging in dataset download utilities (#3624)
mthrok Sep 28, 2023
d07aebf
Fix typo (#3627)
orena1 Sep 29, 2023
b7791ea
Remove Python2 style object inheritance (#3597)
r-barnes Sep 29, 2023
ff266b1
Add the rest of C++ ray tracing implementation (#3630)
mthrok Oct 2, 2023
92ded61
Refactor argument validation (#3632)
mthrok Oct 2, 2023
47f502a
change modality naming inconsistency (visual & video) (#3631)
orena1 Oct 3, 2023
d9942ba
Remove 2d impl from ray tracing (#3633)
mthrok Oct 3, 2023
df44d30
Add automated doc flow for release (#3634)
mthrok Oct 5, 2023
e3b11a8
Clean up build doc CI job (#3635)
mthrok Oct 5, 2023
ec13a81
Migrate to src-layout
moto-meta Oct 9, 2023
2994ce2
Add bytes support to StreamReader (#3642)
mthrok Oct 9, 2023
a8bb397
Fix breadcrumbs for v2.1
carljparker Oct 9, 2023
2836a23
Move libtorchaudio_ffmpeg to dedicated directory
moto-meta Oct 11, 2023
03d1270
Update gitignore (#3649)
mthrok Oct 11, 2023
e65e472
Move libtorchaudio to dedicated directory
moto-meta Oct 12, 2023
57f7f52
Remove FFmpeg compat load/info function
moto-meta Oct 12, 2023
d947dee
Resolve lint issues
moto-meta Oct 12, 2023
f62367a
Simplify the logic to initialize FFmpeg
moto-meta Oct 12, 2023
dde08ba
Simplify the logic to initialize sox
moto-meta Oct 13, 2023
fa78fb6
Add Ray Tracing (#3604) (#2850) (#3655)
mthrok Oct 13, 2023
0b6ca28
Do not compile CUDA helper for CPU build (#3657)
mthrok Oct 13, 2023
671261c
Fix wavlm bundles (#3660)
nateanl Oct 17, 2023
7ea108f
Support compression level in i/o dispatcher backend
hwangjeff Oct 19, 2023
d00df95
Do not autoremove prototype in release branch (#3663)
mthrok Oct 19, 2023
b7b61c2
Update CONTRIBUTING.md (#3664)
mthrok Oct 19, 2023
a78ba38
Change namespace to torio
moto-meta Oct 24, 2023
8342795
Fix cuctc module
moto-meta Oct 24, 2023
1caa3fc
Update C++ API doc (#3671)
mthrok Oct 24, 2023
7d6e486
Refactor cmake helper functions (#3672)
mthrok Oct 24, 2023
7c988b4
Prep for restructure (#3676)
mthrok Oct 25, 2023
478a852
Update library/extension name
moto-meta Oct 25, 2023
3ff5e8c
Fix doc (#3678)
mthrok Oct 26, 2023
2a0f4c0
Fix doc on FA (#3679)
mthrok Oct 26, 2023
36f5010
Swap decoder/encoder implementation
moto-meta Oct 26, 2023
0988724
Remove unused files (#3680)
mthrok Oct 26, 2023
fcf3894
Update StreamReader/Writer name
moto-meta Oct 26, 2023
6e26515
Fix doc config (#3683)
mthrok Oct 26, 2023
90186bc
Fix backend doc (#3686)
mthrok Oct 30, 2023
c5b6933
Update CITATION (#3687)
mthrok Oct 31, 2023
d4cf8d5
Update version matrix (#3690)
mthrok Nov 9, 2023
df2a6bc
Fix vad to return zero output for zero input (#3685)
wasd96040501 Nov 9, 2023
4c85f81
Make pytest run ignoring the ones with collection error (#3692)
mthrok Nov 9, 2023
a59e9ab
Remove global audio backend from test (#3691)
mthrok Nov 9, 2023
65df10b
Fix release doc deployment (#3693)
mthrok Nov 9, 2023
172260f
Update TimeStretch doc and tutorial (#3694)
mthrok Nov 10, 2023
ccd78ff
Warn if the input dtype to TimeStretch is not complex (#3695)
mthrok Nov 10, 2023
6518fa9
Update GH issue template (#3710)
mthrok Dec 1, 2023
258169e
Update doc (#3677)
mthrok Jan 3, 2024
639a4e9
Update ffmpeg binary versions (#3721)
mthrok Jan 7, 2024
e3efbc2
Add master to ffmpeg binary builds (#3722)
mthrok Jan 8, 2024
b2d9c3e
Remove AWS credentials on workflows (#3723) (#3723)
huydhn Jan 12, 2024
d5a9433
Doc: references for `lfilter` implementation (#3734)
yoyololicon Jan 25, 2024
02586da
Update version_stable to 2.2.0 (#3738)
svekars Jan 30, 2024
5286f9f
Migrate the macOS runners label from macos-m1-12 to macos-m1-stable
DanilBaibak Feb 9, 2024
b7b7b5d
Fix document for forced_align method (#3748)
nateanl Feb 16, 2024
87aeb55
Remove macos x86 nightly builds
atalman Feb 27, 2024
1bc1479
LIBRISPEECH: fix `.get_metadata` type annotation (#3757)
kuraga Mar 18, 2024
17a7081
Update tacotron2_pipeline_tutorial.py (#3759)
mikeboensel Mar 18, 2024
ea437b3
Fix windows CI CPU and GPU tests by unpinning mkl version and install…
ahmadsharif1 Mar 24, 2024
b4407e0
[codemod] c10::optional -> std::optional in pytorch/audio/src/libtori…
r-barnes May 14, 2024
9f10306
[codemod] c10::optional -> std::optional in pyspeech/experimental/csr…
r-barnes May 14, 2024
1980f8a
[codemod] c10::optional -> std::optional in pytorch/audio/src/libtorc…
r-barnes May 14, 2024
b829e93
Bump version to 2.4.0a (#3800)
atalman Jun 6, 2024
7f6209b
fix: use reshape for noncontiguous dy (#3794)
yoyololicon Jun 24, 2024
69b2a0a
Fix model downloading in bento (#3803)
nateanl Jul 3, 2024
b62dc24
Replace runners prefix amz2023.
jeanschmidt Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 0 additions & 15 deletions .circleci/build_docs/build_docs.sh

This file was deleted.

35 changes: 0 additions & 35 deletions .circleci/build_docs/commit_docs.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .circleci/build_docs/install_wheels.sh

This file was deleted.

Loading
Loading