mirror of
https://github.com/exo-explore/exo.git
synced 2026-09-24 03:45:21 -04:00
7 lines
89 B
Python
7 lines
89 B
Python
def main():
|
|
print("Hello from vllm-runner!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|