We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17bbdd commit 9a0fd7cCopy full SHA for 9a0fd7c
.github/workflows/test_inf2_transformers.yml
@@ -56,6 +56,10 @@ jobs:
56
uses: ./.github/actions/prepare_venv
57
- name: Install optimum-neuron
58
uses: ./.github/actions/install_optimum_neuron
59
+ - name: Install datasets dependencies
60
+ run: |
61
+ source aws_neuron_venv_pytorch/bin/activate
62
+ pip install datasets[audio]
63
- name: Run transformers export CLI tests
64
run: |
65
source aws_neuron_venv_pytorch/bin/activate
pyproject.toml
@@ -68,7 +68,6 @@ tests = [
68
"librosa",
69
"controlnet-aux",
70
"hf_transfer",
71
- "torchcodec < 0.6.0",
72
]
73
quality = [
74
"pre-commit",
0 commit comments