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.
- - \ No newline at end of file diff --git a/docs/source/tutorials/overview.mdx b/docs/source/tutorials/overview.mdx index e69de29b..e9e5c05f 100644 --- a/docs/source/tutorials/overview.mdx +++ b/docs/source/tutorials/overview.mdx @@ -0,0 +1 @@ +Welcome to the 🤗 Optimum-TPU tutorials!