llama-cpp-runner/hello.py
Timothy Jaeryang Baek 79e2046a28 uv init
2025-01-27 18:21:36 -08:00

7 lines
94 B
Python

def main():
print("Hello from llama-cpp-runner!")
if __name__ == "__main__":
main()