robbiemu's picture
add mlx and mlx-lm support
e39ff3a
raw
history blame contribute delete
95 Bytes
def main():
print("Hello from mobilellm-r1-950m!")
if __name__ == "__main__":
main()