Skip to content

Commit

Permalink
Capitalize PyTorch properly. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton authored Mar 28, 2024
1 parent 833b8f1 commit eb75353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/chapter1/pages/section2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Workbench Images::
Container images to be used as workbench containers.
RHOAI includes a number of images ready to use for different common working environments.
Each image contains a different set of libraries and versions.
`Pytorch`, `TensorFlow`, `Minimal Python`, or `Standard Data Science` are examples of these images.
`PyTorch`, `TensorFlow`, `Minimal Python`, or `Standard Data Science` are examples of these images.
+
You can use the provided workbench images or you can create custom workbench images adapted to your needs.

Expand Down
2 changes: 1 addition & 1 deletion notebooks/intro-text-generation/odh-merged-docs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1687,7 +1687,7 @@ endif::[]
| TensorFlow is an open source platform for machine learning. With TensorFlow, you can build, train and deploy your machine learning models. TensorFlow contains advanced data visualization features, such as computational graph visualizations. It also allows you to easily monitor and track the progress of your models.
| PyTorch
| PyTorch is an open source machine learning library optimized for deep learning. If you are working with computer vision or natural language processing models, use the Pytorch notebook image.
| PyTorch is an open source machine learning library optimized for deep learning. If you are working with computer vision or natural language processing models, use the PyTorch notebook image.
// RHODS-1598 - using GPUs and CPUs
| Minimal Python
Expand Down

0 comments on commit eb75353

Please sign in to comment.