From 24da1761b1dbf93c3084479ec2f129a24407ebd2 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:37 +0000 Subject: [PATCH 01/10] Docs update (6798e4f): docs/source/en/installation.md --- docs/source/en/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/installation.md b/docs/source/en/installation.md index f4ce768c3168..38d5df323f11 100644 --- a/docs/source/en/installation.md +++ b/docs/source/en/installation.md @@ -22,7 +22,7 @@ rendered properly in your Markdown viewer. Install 🤗 Transformers for whichever deep learning library you're working with, setup your cache, and optionally configure 🤗 Transformers to run offline. -🤗 Transformers is tested on Python 3.6+, PyTorch 1.1.0+, TensorFlow 2.0+, and Flax. Follow the installation instructions below for the deep learning library you are using: +🤗 Transformers is tested on Python 3.9+, PyTorch 1.1.0+, TensorFlow 2.0+, and Flax. Follow the installation instructions below for the deep learning library you are using: * [PyTorch](https://pytorch.org/get-started/locally/) installation instructions. * [TensorFlow 2.0](https://www.tensorflow.org/install/pip) installation instructions. @@ -253,4 +253,4 @@ Once your file is downloaded and locally cached, specify it's local path to load See the [How to download files from the Hub](https://huggingface.co/docs/hub/how-to-downstream) section for more details on downloading files stored on the Hub. - + \ No newline at end of file From fe39376239162254c8e79815f7bae32d8f6d996a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:39 +0000 Subject: [PATCH 02/10] Docs update (6798e4f): docs/source/en/contributing.md --- docs/source/en/contributing.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/en/contributing.md b/docs/source/en/contributing.md index c97564d93a7f..b0c2766a35b6 120000 --- a/docs/source/en/contributing.md +++ b/docs/source/en/contributing.md @@ -1 +1,8 @@ -../../../CONTRIBUTING.md \ No newline at end of file +You'll need **[Python 3.9](https://github.com/huggingface/transformers/blob/main/setup.py#L449)** or above to contribute to 🤗 Transformers. Follow the steps below to start contributing: +``` + +The above line should be updated to reflect the new minimum Python version requirement: + +```markdown +You'll need **[Python 3.9](https://github.com/huggingface/transformers/blob/main/setup.py#L449)** or above to contribute to 🤗 Transformers. Follow the steps below to start contributing: +``` From ebb24f876bd56d3b9e057634489e6ce55891a648 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:41 +0000 Subject: [PATCH 03/10] Docs update (6798e4f): docs/source/fr/installation.md --- docs/source/fr/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/fr/installation.md b/docs/source/fr/installation.md index bbc93d810f0d..8954d3af319e 100644 --- a/docs/source/fr/installation.md +++ b/docs/source/fr/installation.md @@ -18,7 +18,7 @@ limitations under the License. Installez 🤗 Transformers pour n'importe quelle librairie d'apprentissage profond avec laquelle vous avez l'habitude de travaillez, configurez votre cache et configurez 🤗 Transformers pour un usage hors ligne (facultatif). -🤗 Transformers est testé avec Python 3.6+, PyTorch 1.1.0+, TensorFlow 2.0+ et Flax. +🤗 Transformers est testé avec Python 3.9+, PyTorch 1.1.0+, TensorFlow 2.0+ et Flax. Consulter les instructions d'installation ci-dessous pour la librairie d'apprentissage profond que vous utilisez: * Instructions d'installation pour [PyTorch](https://pytorch.org/get-started/locally/). @@ -255,4 +255,4 @@ Une fois que votre fichier est téléchargé et caché localement, spécifiez so Consultez la section [How to download files from the Hub (Comment télécharger des fichiers depuis le Hub)](https://huggingface.co/docs/hub/how-to-downstream) pour plus de détails sur le téléchargement de fichiers stockés sur le Hub. - + \ No newline at end of file From 2b292956761c7a3aa92a78cf9d907b26556fb7f9 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:42 +0000 Subject: [PATCH 04/10] Docs update (6798e4f): docs/source/es/installation.md --- docs/source/es/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/es/installation.md b/docs/source/es/installation.md index 714c3b195ebc..ba7ef9a6035a 100644 --- a/docs/source/es/installation.md +++ b/docs/source/es/installation.md @@ -22,7 +22,7 @@ rendered properly in your Markdown viewer. En esta guía puedes encontrar información para instalar 🤗 Transformers para cualquier biblioteca de Machine Learning con la que estés trabajando. Además, encontrarás información sobre cómo establecer el caché y cómo configurar 🤗 Transformers para correrlo de manera offline (opcional). -🤗 Transformers ha sido probada en Python 3.6+, PyTorch 1.1.0+, TensorFlow 2.0+, y Flax. Para instalar la biblioteca de deep learning con la que desees trabajar, sigue las instrucciones correspondientes listadas a continuación: +🤗 Transformers ha sido probada en Python 3.9+, PyTorch 1.1.0+, TensorFlow 2.0+, y Flax. Para instalar la biblioteca de deep learning con la que desees trabajar, sigue las instrucciones correspondientes listadas a continuación: * [PyTorch](https://pytorch.org/get-started/locally/) * [TensorFlow 2.0](https://www.tensorflow.org/install/pip) @@ -239,4 +239,4 @@ Una vez que el archivo se descargue y se almacene en caché localmente, especifi Para más detalles sobre cómo descargar archivos almacenados en el Hub consulta la sección [How to download files from the Hub](https://huggingface.co/docs/hub/how-to-downstream). - + \ No newline at end of file From e2439f5935fbf2cb75e94665214e0bef362d1077 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:44 +0000 Subject: [PATCH 05/10] Docs update (6798e4f): docs/source/it/installation.md --- docs/source/it/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/it/installation.md b/docs/source/it/installation.md index a4f444c1eb0c..0b846054e232 100644 --- a/docs/source/it/installation.md +++ b/docs/source/it/installation.md @@ -22,7 +22,7 @@ rendered properly in your Markdown viewer. Installa 🤗 Transformers per qualsiasi libreria di deep learning con cui stai lavorando, imposta la tua cache, e opzionalmente configura 🤗 Transformers per l'esecuzione offline. -🤗 Transformers è testato su Python 3.6+, PyTorch 1.1.0+, TensorFlow 2.0+, e Flax. Segui le istruzioni di installazione seguenti per la libreria di deep learning che stai utilizzando: +🤗 Transformers è testato su Python 3.9+, PyTorch 1.1.0+, TensorFlow 2.0+, e Flax. Segui le istruzioni di installazione seguenti per la libreria di deep learning che stai utilizzando: * [PyTorch](https://pytorch.org/get-started/locally/) istruzioni di installazione. * [TensorFlow 2.0](https://www.tensorflow.org/install/pip) istruzioni di installazione. @@ -236,4 +236,4 @@ Una volta che il tuo file è scaricato e salvato in cache localmente, specifica Fai riferimento alla sezione [How to download files from the Hub](https://huggingface.co/docs/hub/how-to-downstream) per avere maggiori dettagli su come scaricare modelli presenti sull Hub. - + \ No newline at end of file From b933a79215eb5a75a7b6cf146411bc7a992c6a44 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 17:14:46 +0000 Subject: [PATCH 06/10] Docs update (6798e4f): docs/source/ja/installation.md --- docs/source/ja/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/ja/installation.md b/docs/source/ja/installation.md index a0b9dfe3bdbd..349197606eaa 100644 --- a/docs/source/ja/installation.md +++ b/docs/source/ja/installation.md @@ -1,3 +1,4 @@ +```