mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-08 10:22:05 +00:00
7 lines
84 B
Python
7 lines
84 B
Python
|
def main():
|
||
|
print("Hello from server!")
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
main()
|