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

Solve version conflict with torch 2.1.0+cpu and python 3.11 #165

Closed MarleneKress79789 closed 6 months ago

ahsimb commented 8 months ago

The conflict is not with the version of Python. There is no CPU version of pytorch in pypi. This is reflected in the User Guide

MarleneKress79789 commented 8 months ago

we dont download the torch+cpu package from pypi. it should be downloaded from https://download.pytorch.org/whl/cpu

tkilias commented 6 months ago

I think, this issue solved, because we changed the dependency to the normal pypi version and only use a different version in the SLC.

https://github.com/exasol/transformers-extension/issues/181