What is parameters and GPU configuration?

What do you mean by the parameters while creating a pipeline? And how much GPU and advance infra settings is required to run a pipeline. if we do not assign any, what would happen? When is it necessary to enable GPU?

@aditi.kumari

  1. Parameters are the inputs for few ml models…like fr example you are providing a file and you need to tell what columns to read then that is one parameters…you want to set the logs to trace to know full details that is one parameter etc
  2. GPU lets the model run faster…if you dont enable it will be little slower…for few models gpu is mandatory depending on the size of the process

cheers

@aditi.kumari

-Parameters are variables or input values that you can define when setting up or running a workflow in UiPath.
Usage: Parameters provide flexibility, allowing you to run the same automation with different inputs or configurations.

GPU and Advanced Infrastructure in UiPath:
-GPU acceleration is generally not a primary concern for most UiPath automation workflows. UiPath automations typically focus on tasks like data processing, automation of repetitive actions, and interactions with applications, which don’t heavily rely on GPU processing.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.