issues
search
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
Add token for private models to prediction UDFs
#106
Closed
tkilias
closed
1 year ago
tkilias
commented
1 year ago
Background
During experiments with Llama2 we recognized that we need the private token also during prediction, also if we have the model cached
It is likely, that this is for checking where the ref main points to (Huggingface uses something similar like git for managing models)
Background