Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zaibutcooler
/
agency
like
1
Runtime error
App
Files
Files
Community
6afffd7
agency
/
tests
/
test_ollama.py
Zai
huggingface sync
6afffd7
6 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
# test_demo.py
import
unittest
class
TestOllama
(unittest.TestCase):
def
test_download
(
self
):
pass
if
__name__ ==
"__main__"
:
unittest.main()