Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OptimalScale
/
Robin-33b
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a808afe
Robin-33b
/
lmflow
/
pipeline
/
base_pipeline.py
hendrydong
Upload 39 files
3455d37
almost 2 years ago
raw
Copy download link
history
blame
Safe
140 Bytes
#!/usr/bin/env python
# coding=utf-8
""" BasePipeline.
"""
from
abc
import
ABC
# abstract class
class
BasePipeline
(
ABC
):
pass