Facerecognition installation problem

Hello,

I’m trying to install facerecognition, but I have an installation problem

when ordering:
sudo -u www-data php occ face:setup -m MODEL_ID

I get this type of error:

An unhandled exception has been thrown:
TypeError: OCA\FaceRecognition\Command\SetupCommand::setupModel(): Argument #1 ($modelId) must be of type int, string given, called in /var/www/html/nextcloud/apps/facerecognition/lib/Command/SetupCommand.php on line 122 and defined in /var/www/html/nextcloud/apps/facerecognition/lib/Command/SetupCommand.php:164

can you help me?