-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Function download_transformers_model() is currently implemented in a different repo.
Additionally, we found more items to move to the TE repo
- function
download_transformers_model()is moved and renamed toinstall_huggingface_model() - function
load_transformers_pipline()is moved and renamed toload_huggingface_pipeline()
As soon as added here,
- The implementation can be removed from the other repo
- in notebook-connector's file
pyproject.tomlthe extras dependencies can be updated to use a separate category forexasol-text-ai-extension, see Use install_huggingface_model from TE notebook-connector#255