-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation to the repository #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we could add a line on how to launch an example on the TPU?
docs/source/index.mdx
Outdated
|
||
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 training and inference. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for now it's mainly targeting inference... should we mention that?
docs/source/index.mdx
Outdated
|
||
## Installation | ||
|
||
Optimum TPU is meant to reduce as much as possible the friction in order to get started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you mean by this?
@@ -18,12 +18,14 @@ 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 training and inference. | |||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
No description provided.