exasol / transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
MIT License
2 stars 2 forks source link

Make the backend fixture in the new pytest plugin configurable #251

Open ahsimb opened 3 months ago

ahsimb commented 3 months ago

We need to be able to disable one or another backend.

One possible solution is using the getfixturevalue function.

We may also use environment variables for that.