Skip to content

Commit

Permalink
Merge pull request #790 from expectedparrot/serialization
Browse files Browse the repository at this point in the history
Add missing Jobs imports
  • Loading branch information
apostolosfilippas authored Jul 22, 2024
2 parents 2fe050c + 7837d45 commit d778781
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions edsl/jobs/Jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,13 @@ def run(
remote_inference = False

if remote_inference:
from edsl.agents.Agent import Agent
from edsl.language_models.registry import Model
from edsl.results.Result import Result
from edsl.results.Results import Results
from edsl.scenarios.Scenario import Scenario
from edsl.surveys.Survey import Survey

self._output("Remote inference activated. Sending job to server...")
if remote_cache:
self._output(
Expand Down
2 changes: 1 addition & 1 deletion tests/serialization/data/0.1.30.json

Large diffs are not rendered by default.

0 comments on commit d778781

Please sign in to comment.