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...
main
Robin-7b
/
lmflow
/
models
/
interfaces
/
tunable.py
NingKanae
Duplicate from OptimalScale/Robin-7b
98f2419
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
#!/usr/bin/env python
# coding=utf-8
"""Tunable class
"""
from
abc
import
ABC
class
Tunable
(
ABC
):
pass