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 98618f5 commit 1e869a3Copy full SHA for 1e869a3
.github/workflows/transformers.yml
@@ -30,8 +30,6 @@ jobs:
30
pip install git+https://github.com/optuna/optuna.git
31
python -c 'import optuna'
32
33
- # TODO(c-bata): Remove the version constraint after fixes https://github.com/optuna/optuna-examples/issues/331
34
- pip install "transformers<4.57.0"
35
pip install -r transformers/requirements.txt
36
- name: Run examples
37
run: |
0 commit comments