gm4x-learning-repo / src /hello_max.py
lyffseba's picture
Upload folder using huggingface_hub
c6af8dd verified
Raw
History Blame Contribute Delete
147 Bytes
def main():
print("MAX Engine environment is active!")
print("Ready to build the inference graph.")
if __name__ == "__main__":
main()