Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zaibutcooler
/
yume
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8287cb2
yume
/
tests
/
test_pretrained.py
zaibutcooler
workflow fixed
8287cb2
11 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
import
unittest
class
TestPretrained
(unittest.TestCase):
def
test_download
(
self
):
pass
def
test_generation
(
self
):
pass
if
__name__ ==
"__main__"
:
unittest.main()