Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Fucius/OMG
ftopal
/
OMG
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15c95d2
OMG
/
inference
/
enterprise
/
workflows
/
complier
/
entities.py
Fucius
Upload 422 files
df6c67d
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
97 Bytes
from
enum
import
Enum
class
StepExecutionMode
(
Enum
):
LOCAL =
"local"
REMOTE =
"remote"