agency / tests /test_ollama.py
Zai
huggingface sync
6afffd7
raw
history blame contribute delete
No virus
160 Bytes
# test_demo.py
import unittest
class TestOllama(unittest.TestCase):
def test_download(self):
pass
if __name__ == "__main__":
unittest.main()