mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05:00
5 lines
70 B
Python
5 lines
70 B
Python
from ollama.cmd import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli.main()
|