-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/bugpriority/p2starter-ticketGood starter ticketsGood starter tickets
Description
Issue
Some users uses feast purely for feature management. Having pytorch/transformers in default installation increases the import time of the library.
Related to feast-dev/feast-workshop#23
Steps to reproduce
from time import perf_counter
now=perf_counter()
import feast
print(perf_counter()-now)
Possible Solution
Make transformers as a optional requirement in feast.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/bugpriority/p2starter-ticketGood starter ticketsGood starter tickets