Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OptimalScale
/
Robin-7b
like
66
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a0a372e
Robin-7b
/
lmflow
/
pipeline
/
base_pipeline.py
hendrydong
Upload 32 files
e4f3acf
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