Skip to content

Importing the DSPy library is very time consuming, what is this due to?Is it possible to optimize this problem? #8252

Closed
@17Reset

Description

@17Reset
import time

start_time = time.time()
import dspy
print(f"load dspy time: {time.time() - start_time} s")
load dspy time: 5.986269474029541 s

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions