Update docs for from_pretrained

This commit is contained in:
Anthony Moi
2021-08-19 16:50:17 +02:00
committed by Anthony MOI
parent 528c9a532e
commit a4d0f3dd18
2 changed files with 16 additions and 8 deletions

View File

@ -3,6 +3,7 @@ from setuptools_rust import Binding, RustExtension
extras = {}
extras["testing"] = ["pytest", "requests", "numpy", "datasets"]
extras["docs"] = ["sphinx", "sphinx_rtd_theme", "setuptools_rust"]
setup(
name="tokenizers",