diff --git a/binder/requirements.txt b/binder/requirements.txt index 033751d8..df0bebe3 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -19,4 +19,4 @@ tensorboard==2.13.0 tokenizers==0.19.1 torchinfo==1.8.0 tqdm==4.66.5 -transformers==5.0.0rc3 +transformers==5.3.0 diff --git a/lessons/5-NLP/requirements-pytorch.txt b/lessons/5-NLP/requirements-pytorch.txt index 5df54501..570d649e 100644 --- a/lessons/5-NLP/requirements-pytorch.txt +++ b/lessons/5-NLP/requirements-pytorch.txt @@ -7,9 +7,9 @@ opencv-python==4.5.1.48 Pillow==12.2.0 scikit-learn scipy -torch==2.8.0 +torch==2.12.1 torchaudio==0.8.1 torchinfo==0.0.8 torchtext==0.9.1 torchvision==0.9.1 -transformers==5.0.0rc3 \ No newline at end of file +transformers==5.3.0 \ No newline at end of file diff --git a/lessons/5-NLP/requirements-tf.txt b/lessons/5-NLP/requirements-tf.txt index 0dbd4000..64b55f9c 100644 --- a/lessons/5-NLP/requirements-tf.txt +++ b/lessons/5-NLP/requirements-tf.txt @@ -10,4 +10,4 @@ scipy TensorFlow TensorFlow_datasets TensorFlow_text -transformers==5.0.0rc3 \ No newline at end of file +transformers==5.3.0 \ No newline at end of file