inferless remote-run
to run model inference on remote GPU from your local machine.
This command will execute a particular function or class in the cloud environment.
--config -c
: Path to the runtime configuration file--exclude -e
: Path to the ignore file. This file contains the list of files that you want to exclude from the remote run similar to .gitignore
file.--gpu -g
: Denotes the machine type (A10/A100/T4)apt-get
) python packages (packages installed using pip
) and run commands (shell commands) that you want to configure on the remote server.