User Guide (Latest)
User Guide (Latest)

Share AI Workbench Projects

You can share NVIDIA AI Workbench projects to collaborate with others. You can open a project that someone shares with you by clicking a link, and you can create a link to share your project with others.

Use this documentation to learn about the following:

You can open an AI Workbench project that someone shares with you by clicking a link, or entering the link URL in a browser address bar. AI Workbench automates cloning and opening the project for you, so that you don’t have to clone the project manually.

When you click a link to open an existing project, you are prompted to open the project, and there is a link to install AI Workbench if necessary.

After you open the project, AI Workbench starts building the project. You can track the build progress in the status bar of the AI Workbench window. For more information, see Basic Quickstart

To share your AI Workbench project with others, create a link by using the following procedure.

  1. Push your project to your Git server. Your project must be public. For more information, see Git in AI Workbench.

  2. Copy the entire URL of your project in the Git server, including the protocol.

  3. Encode your URL in Base64 format.

    Tip

    You can find online tools to encode and decode Base64.

  4. The link to your project is https://ngc.nvidia.com/open-ai-workbench/<Your-Base64-Encoded-URL>

The following example link clones the NVIDIA Hybrid RAG project from GitHub, and opens it in AI Workbench:

The following example embeds the previous link on an html web page.

Copy
Copied!
            

<a href="https://ngc.nvidia.com/open-ai-workbench/aHR0cHM6Ly9naXRodWIuY29tL252aWRpYS93b3JrYmVuY2gtZXhhbXBsZS1oeWJyaWQtcmFn"> <img src="https://img.shields.io/badge/Open_In-AI_Workbench-76B900"> </a>

The result looks like the following:

https://img.shields.io/badge/Open_In-AI_Workbench-76B900

Previous Git in AI Workbench
Next Share Your Working Application
© Copyright © 2024, NVIDIA Corporation. Last updated on Nov 4, 2024.