Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce time running job with remote inference and importing edsl #1201

Open
rbyh opened this issue Oct 28, 2024 · 2 comments
Open

Reduce time running job with remote inference and importing edsl #1201

rbyh opened this issue Oct 28, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@rbyh
Copy link
Contributor

rbyh commented Oct 28, 2024

https://www.expectedparrot.com/content/5e309e72-7f8d-46dc-8e70-263bf283a620

@rbyh rbyh added the enhancement New feature or request label Oct 28, 2024
@johnjosephhorton
Copy link
Contributor

One point - the import edsl will be super fast once it's been loaded once - we want to do the timing for this right at the top

@johnjosephhorton
Copy link
Contributor

Seems to be reasonably fast

>>> start = time.time(); import edsl; end = time.time(); print(end - start)
1.1123199462890625
>>> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants