X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Vision Workflows with NVIDIA NIM

This submodule includes NIM based workflows for vision applications. To get access to this submodule, do one of the following:

  1. Clone nvidia/GenerativeAIExamples recursively
git clone https://github.com/nvidia/GenerativeAIExamples --recurse-submodules
  1. If you have already cloned the repository without the --recurse-submodules flag then you can manually pull the submodule
git submodule update --init
  1. You can also clone the vision workflow repository directly
git clone https://github.com/NVIDIA/metropolis-nim-workflows.git

Once the submodule is pulled or you have cloned the repository directly you can explore the available vision NIM workflows.

Available Workflows

To learn more, view this page

X Tutup