Changing file structure of Learn Openvino section (#20337)
This commit is contained in:
parent
502d66f945
commit
e8a8f04dac
@ -166,7 +166,7 @@ def main():
|
||||
sourcedir = args.sourcedir
|
||||
outdir = args.outdir
|
||||
|
||||
main_tutorials_file = Path('../../docs/tutorials.md').resolve(strict=True)
|
||||
main_tutorials_file = Path('../../docs/articles_en/learn_openvino/tutorials.md').resolve(strict=True)
|
||||
add_glob_directive(main_tutorials_file)
|
||||
|
||||
if args.download:
|
||||
|
@ -69,7 +69,7 @@ will allow to automatically convert models to the OpenVINO™ IR format.
|
||||
Install prerequisites
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
First, complete the `repository installation steps <../notebooks_installation.html>`__.
|
||||
First, complete the :doc:`repository installation steps <notebooks_installation>`.
|
||||
|
||||
Then, the following cell will install: - HuggingFace Optimum with
|
||||
OpenVINO support - HuggingFace Evaluate to benchmark results
|
||||
|
Loading…
Reference in New Issue
Block a user