Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ignore = E203,E402,E741,W503

# Note: exclude is not honnored when flake8 is executed from pre-commit.
# pre-commit has a separate config
exclude = build,docs/src,third_party
exclude = build,docs/src

per-file-ignores =
examples/tutorials/*.py: E501
1 change: 0 additions & 1 deletion .github/scripts/unittest-linux/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ conda activate ci
python -m torch.utils.collect_env
env | grep TORCHAUDIO || true

export PATH="${PWD}/third_party/install/bin/:${PATH}"

declare -a args=(
'--continue-on-collection-errors'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unittest-linux-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
export UPLOAD_CHANNEL=nightly
fi

export PATH="${PWD}/third_party/install/bin/:${PATH}"
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_APPLY_CMVN_SLIDING=true
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_FBANK_FEATS=true
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_CMD_COMPUTE_KALDI_PITCH_FEATS=true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/unittest-linux-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:

echo "::endgroup::"
echo "::group::Run tests"
export PATH="${PWD}/third_party/install/bin/:${PATH}"

declare -a args=(
'-v'
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,3 @@ examples/interactive_asr/data/*.txt
examples/interactive_asr/data/*.model
examples/interactive_asr/data/*.pt
examples/tutorials/_assets

# third parties
third_party/install/
third_party/archives/
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
hooks:
- id: flake8
args: ['src', 'test', 'tools', 'docs/source/conf.py', 'examples']
exclude: 'build|docs/src|third_party'
exclude: 'build|docs/src'
additional_dependencies:
- flake8-breakpoint == 1.1.0
- flake8-bugbear == 22.6.22
Expand All @@ -43,4 +43,4 @@ repos:
rev: 6.3.0
hooks:
- id: pydocstyle
exclude: 'build|test|examples|third_party|docs|tools'
exclude: 'build|test|examples|docs|tools'
198 changes: 0 additions & 198 deletions third_party/ffmpeg/multi/CMakeLists.txt

This file was deleted.

40 changes: 0 additions & 40 deletions third_party/ffmpeg/single/CMakeLists.txt

This file was deleted.

Loading