Skip to content

Commit bf7c428

Browse files
committed
req
1 parent 37acf13 commit bf7c428

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

_doc/articles/2025/2025-03-01-route2025.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Séance 4 (21/2)
111111
* `Seq2Seq <https://en.wikipedia.org/wiki/Seq2seq>`_,
112112
`Sequence To Sequnce <https://paperswithcode.com/method/seq2seq>`_,
113113
`Sequence to Sequence (seq2seq) and Attention
114-
<https://lena-voita.github.io/nlp_course/seq2seq_and_attention.html>`_
114+
<https://lena-voita.github.io/nlp_course/seq2seq_and_attention.html>`_,
115115
`Transformers <https://research.google/blog/transformer-a-novel-neural-network-architecture-for-language-understanding/>`_,
116116
`Attention is All You Need
117117
<https://france.devoteam.com/paroles-dexperts/attention-is-all-you-need-comprendre-le-traitement-naturel-du-langage-avec-les-modeles-transformers/>`_

_doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@
283283
"relu": "https://en.wikipedia.org/wiki/Rectifier_(neural_networks)",
284284
"ROC": "https://fr.wikipedia.org/wiki/Courbe_ROC",
285285
"rst": "https://fr.wikipedia.org/wiki/ReStructuredText",
286+
"scikit-image": "https://scikit-image.org/",
286287
"scikit-learn": "https://scikit-learn.org/stable/index.html",
287288
"scipy": "https://scipy.org/",
288289
"sérialisation": "https://fr.wikipedia.org/wiki/S%C3%A9rialisation",

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ sphinxcontrib-blockdiag
4141
git+https://github.com/yuzutech/blockdiag.git@v3.3.0
4242
git+https://github.com/sdpython/sphinx-runpython.git
4343
statsmodels
44+
torch
4445
tqdm
46+
transformers
4547
ujson
4648
xgboost
4749
wheel

0 commit comments

Comments
 (0)