CodeWithKyrian / transformers-php

Transformers PHP is a toolkit for PHP developers to add machine learning magic to their projects easily.
https://codewithkyrian.github.io/transformers-php/
Apache License 2.0
291 stars 16 forks source link

Fix bug with Download CLI - use named parameters for model construct #39

Closed CodeWithKyrian closed 2 months ago

CodeWithKyrian commented 2 months ago

What:

Description:

This PR fixes the bug with the download model CLI command when no task is provided and the model is not an encoder only model.