"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "4557a0dede92ce985576fac478b754d76bba3c18"
Unverified Commit 47735f5f authored by Aaron Jimenez's avatar Aaron Jimenez Committed by GitHub
Browse files

[docs] Update es/pipeline_tutorial.md (#30684)

* copy en/ contect to es/

* translate first section

* translate the doc

* fix typos

* run make style
parent c99d88e5
This diff is collapsed.
...@@ -260,7 +260,15 @@ extras["ja"] = deps_list("fugashi", "ipadic", "unidic_lite", "unidic", "sudachip ...@@ -260,7 +260,15 @@ extras["ja"] = deps_list("fugashi", "ipadic", "unidic_lite", "unidic", "sudachip
extras["sklearn"] = deps_list("scikit-learn") extras["sklearn"] = deps_list("scikit-learn")
extras["tf"] = deps_list("tensorflow", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp") extras["tf"] = deps_list("tensorflow", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp")
extras["tf-cpu"] = deps_list("keras", "tensorflow-cpu", "onnxconverter-common", "tf2onnx", "tensorflow-text", "keras-nlp", "tensorflow-probability") extras["tf-cpu"] = deps_list(
"keras",
"tensorflow-cpu",
"onnxconverter-common",
"tf2onnx",
"tensorflow-text",
"keras-nlp",
"tensorflow-probability",
)
extras["torch"] = deps_list("torch", "accelerate") extras["torch"] = deps_list("torch", "accelerate")
extras["accelerate"] = deps_list("accelerate") extras["accelerate"] = deps_list("accelerate")
...@@ -380,12 +388,7 @@ extras["dev-tensorflow"] = ( ...@@ -380,12 +388,7 @@ extras["dev-tensorflow"] = (
+ extras["tf-speech"] + extras["tf-speech"]
) )
extras["dev"] = ( extras["dev"] = (
extras["all"] extras["all"] + extras["testing"] + extras["quality"] + extras["ja"] + extras["sklearn"] + extras["modelcreation"]
+ extras["testing"]
+ extras["quality"]
+ extras["ja"]
+ extras["sklearn"]
+ extras["modelcreation"]
) )
extras["torchhub"] = deps_list( extras["torchhub"] = deps_list(
...@@ -470,4 +473,4 @@ extras["tests_examples_torch"] = deps_list() ...@@ -470,4 +473,4 @@ extras["tests_examples_torch"] = deps_list()
extras["tests_examples_tf"] = deps_list() extras["tests_examples_tf"] = deps_list()
extras["tests_custom_tokenizers"] = deps_list() extras["tests_custom_tokenizers"] = deps_list()
extras["tests_exotic_models"] = deps_list() extras["tests_exotic_models"] = deps_list()
extras["consistency"] = deps_list() extras["consistency"] = deps_list()
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment