* Update TM&B in guides section of docs
- Add disclaimers for Intel trademarks
- Update/correct product names in text per Intel guidance
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Fix syntax/indent errors.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Add link back in (accidental removal) (dlrs-inference.rst) - Minor language clarifications
(compatible-kernels.rst) - Correct missed trademark (performance.rst)
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Correct product name in dlrs-inference.rst (confirmed with original author)
- Correct product name in dbrs.rst (confirmed with original author)
- Correct product name in compatible-kernels.rst
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Add in missing (r) in dbrs.rst
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Update DLRS guide for v6 release
* Update versions for release
* update image name to sysstacks/... and change model path.
* Update for oneDNN and update links
* Update Docker version
* Update for branding and clarity
- Correct URLs and formatting
- Add warning about image choice
- Corrects syntax, formatting errors for proper sequence of steps
- in ResNet50 workload section.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* update transformers section
Adding distilbert example, and the user does not need to install tensorflow or pytorch, but upgrade transformers library.
* Correct Sphinx syntax errors in code-blocks.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: Michael Vincerra <michael.vincerra@intel.com>
* Fix OpenVINO version branding
MeRS uses the open source OpenVINO not the Intel® Distribution of OpenVINO™ toolkit
* Fix line length warnings
* Fix OpenVINO trademark branding
Fix OpenVINO trademark branding and add required acknowledgement
Signed-off-by: Anthony Pray anthony.s.pray@intel.com
When using the docker image you may see error
"Failed to install x of x"
ruining "swupd clean" will fix the problems.
* Add Horovod and OpenMPI section, closes#1041
* changing pygment lexar to console to fix build issue
* Remove single quotation mark inside code-block to correct build error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
Co-authored-by: michael vincerra <37549381+mvincerx@users.noreply.github.com>
* Add guide for Media Reference Stack
* Correct errors in syntax and docstring refs for successful build.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects docstring ref title from `tutorial-proxy` to `proxy`
- Resolves build error detected by Travis
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Create DBRS guide
* guides/stacks/dbrs.rst
* Add new config parameters for K8S section; clean up whitespace.
* Correct link format to Docker image
* Update links and edit for clarity
* Remove duplicate link
* Applies trademarks and simplifies intro para.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Replaces dlrs.rst in guides/stacks to avoid redirect issues.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects typo on % for image at 50.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects .. figure:: ref relative path from inside guides/stacks/dlrs
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects relative path in figure 5.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises label to avoid buld error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Add examples to support DLRS v4 release
* Add AIXPRT and PyTorch training examples to DLRS guide
* adds necessary white space before code block
* updates openvino examples
* adds links to referenced scripts
* Move dlrs into tutorials for immediate publication
The dlrs guide and images are moving -- the images into the source/_figures directory, and the dlrs file into tutorials, so they can be immediately published. This change enables partners working with DLRS v4 to continue development. When possible the dlrs.rst file will be returned to the guides section, and further edits added then.
Signed-off-by: Beth Dean <beth.e.dean@intel.com>