-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
120cfed
commit 4454e0a
Showing
13 changed files
with
732 additions
and
687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
from fmcore.framework.evaluator.Evaluator import * | ||
from fmcore.framework.evaluator.LocalEvaluator import * | ||
from fmcore.framework.evaluator.AccelerateEvaluator import * | ||
from fmcore.framework.evaluator.RayEvaluator import * | ||
from fmcore.util.language._import import _IS_RAY_INSTALLED | ||
|
||
if _IS_RAY_INSTALLED: | ||
from fmcore.framework.evaluator.RayEvaluator import * | ||
else: | ||
RayEvaluator = 'RayEvaluator' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.