Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
OptimalScale/Robin-7b
NingKanae
/
Robin-7b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
98f2419
Robin-7b
/
lmflow
/
pipeline
/
base_pipeline.py
NingKanae
Duplicate from OptimalScale/Robin-7b
98f2419
over 1 year 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