diff --git a/docs/source/howto/serving.mdx b/docs/source/howto/serving.mdx index e69de29b..2e7f6813 100644 --- a/docs/source/howto/serving.mdx +++ b/docs/source/howto/serving.mdx @@ -0,0 +1 @@ +Stay tuned! \ No newline at end of file diff --git a/docs/source/index.mdx b/docs/source/index.mdx index 602dbcca..65920beb 100644 --- a/docs/source/index.mdx +++ b/docs/source/index.mdx @@ -18,7 +18,7 @@ limitations under the License. Optimum TPU provides all the necessary machinery to leverage and optimize AI workloads runningo on [Google Cloud TPU devices](https://cloud.google.com/tpu/docs). -The API provides the overall same user-experience as Hugging Face transformers with the minimum amount of changes required to target performance for both inference. +The API provides the overall same user-experience as Hugging Face transformers with the minimum amount of changes required to target performance for inference. Training support is underway, stay tuned! 🚀 @@ -48,22 +48,26 @@ From there you can install optimum-tpu through the pip instructions above.
- + Learn the basics and become familiar with deploying transformers on Google TPUs. + Start here if you are using 🤗 Optimum-TPU for the first time!
-Technical descriptions of how the classes and methods of Optimum TPU
++ Practical guides to help you achieve a specific goal. Take a look at these guides to learn how to use 🤗 Optimum-TPU + to solve real-world problems. +