Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next select the appropriate download of the CLI and install it.

Uploading a dataset

Once the install is complete, you will configure the terminal and check if it has installed correctly.

Configuring your Terminal

Next you will need to configure your terminal such that you can upload your data in a neat and usable format. Press the windows key and type 'Windows PowerShell' to open a powershell terminal. Powershell has many similarities to a linux terminal that you may be familiar with from accessing exiting University resources but looks different due to syntax. You can still use commands such as 'cd' and 'ls' just like you can in linux.

In your terminal, call the following to check if Nvidia CLI has installed correctly:

Code Block
ngc --version

Image Added

This should return the version of the CLI that you installed. Your username should appear here as well. You can change directories by invoking:

Code Block
cd C:\Users\your_username\

To list the contents of your directory, invoke:

Code Block
ls

Image Added

Next, you will configure your ngc such that you can upload your data to your workspace and access it within a job. To begin, invoke:

Code Block
ngc config set

You will be prompted for your API key that you generated earlier. You can copy (ctrl+c) and then paste (ctrl+v) in your powershell terminal to submit your API key.

Next it will prompt you for your CLI output type, select ascii by typing in:

Code Block
ascii

If you entered a different option or accidentally skipped this entry, you can invoke 'ngc config set' again to pick your choices again. Hitting enter without any input will skip the prompt, so you do not need to re-enter your API key unless you need to.

Next you will be asked to enter your organization, enter the following:

Code Block
University at Albany (SUNY)

Next it will ask you to enter your team name. This should be your lab team in which you will be working in. Lastly the terminal will prompt you for 'ace'. Enter the following in order to set your architecture:

Code Block
univ-of-albany-iad2-ace

If done successfully, you will see something similar to the following:

Image Added

You should see your username and lab name in the appropriate spaces. Congrats on setting up the terminal! You are now ready to upload your data.

Uploading Data

  • from your computer
  • from your lab folder

...


Starting a Job


Templates