Skip to content

Commit

Permalink
Update src/smolagents/remote_executors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
  • Loading branch information
aymeric-roucher and albertvillanova authored Feb 25, 2025
1 parent 3bfe463 commit 8590904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smolagents/remote_executors.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, additional_imports: List[str], logger):
raise ModuleNotFoundError(
"""Please install 'e2b' extra to use E2BExecutor: `pip install "smolagents[e2b]"`"""
)
self.sbx = Sandbox() # "qywp2ctmu2q7jzprcf4j")
self.sbx = Sandbox()
self.installed_packages = self.install_packages(additional_imports)
self.logger.log("E2B is running", level=1)

Expand Down

0 comments on commit 8590904

Please sign in to comment.