- Closes#1082
- Add flowchart, and relocate skill-levels to reference dir
- Revises flowchart to show revised rating categories
- Revises title to "Tutorial difficulty ratings"
- Incorporates reviewer feedback
- Adds link in tutorials index to tutorial-ratings
- Revises filename and title for consistency
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Cool columns of tutorials sorted by experience level.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Fixed wording of 1st paragraph
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Moved kubernetes to High category.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Made change to address github action check.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Restored to :ref: from :doc:
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updates tutorial index with latest changes on master.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Performance doc
New doc providing an outline of the approach and tactics used by CL
for performance optimizations.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Edits and clarification based on feedback.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Fix typo
- Update Overview formatting for readability
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* - Replace 'hardware' with 'Intel architecture' for consistency with
About page.
- Added required TM&B disclaimer.
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
* Build manpages with "make man".
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Adds "make man" to github workflows.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Remove shell script dependency.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Change git URLs to https.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Moved git clone to Makefile.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Fixed typo.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Adding pandoc install.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Moved to Makefile.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* First commit toward programmatic creation of manpages.rst
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Multiple updates:
1. man-pages.rst now generated by script.
2. Updated Makefile and make.bat with "man" and "clean-man" recipes.
3. Fixed typo in conf.py.
4. Many improvements to manpages.py
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Updated readme for man pages and added man-pages.rst
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
- Remove images azure-docker, azure-machine-learning, and hyperv.
- Closes#1141
- Revises from Hyper-V Gen 2 to Gen 1, with relative changes to settings.
- Replaces figure 3 because Gen 1 settings are different from Gen 2
- Revises image type to remove previous default `hyperv.vhdx`,
a Gen 2 image -- no longer supported.
- Respond to reviewer feedback; fix typos.
Signed-off-by: Michael Vincerra <michael.vincerra@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>
* Closes#1102
* Creates rationale for architectural design decisions
* Creates component list table and reorganizes content coherently.
* Applies organizational edits, line edits for consistency of voice.
* Respond to reviewer feedback.
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>
- "Only advertise the latest LTS kernel as an alternative to the Native kernel."
- clr-installer 2.4.3: https://github.com/clearlinux/clr-installer/releases/tag/2.4.3
- Revise bare-metal-install-server-30.png to support above.
- Revise bare-metal-install-desktop-21.png to support above.
- Closes#1100
- Revise Fig 21 to align with kernel selection in clr-installer release 2.4.3.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
- Use of Docker with mixer is now deprecated.
- Recreates grid table as list-table for future maintenance.
- Adds new section, Bundle definition files, for illustration
- Revises builder.conf in References, removing docker path.
- Updates mixer builder.conf to VERSION 1.2.
- Fix typo in filepath for LOCAL_RPM_DIR in builder.conf.
Signed-off-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.
Desktop files should be created under `$HOME/.local/share/applications` instead of `$HOME/.local/share`,
at least on my system only the former one works.
This commit fixed the path for both installation and uninstallation.
During installation, `ld.so.conf` was modified to include `/etc/ld.so.conf.d`, under which
a file `nvidia.conf` was created so that `ld` looks for shared library installed by NVIDIA driver.
This commit adds information on removing `nvidia.conf` file.
Users could optionally remove the line `include /etc/ld.so.conf.d/*.conf` that we added to
`/etc/ld.so.conf`.
* Adds hugepages config guide to explain defaults and config settings
Closes#1005
Signed-off-by: Adams, Eric <eric.adams@intel.com>
* Made revisions per feedback from reviewer.
Signed-off-by: Adams, Eric <eric.adams@intel.com>