Can I use Python library like huggingface transformer?
I wonder It is possible to use transformers library for ai engineering i. Mojo environment
6 Replies
You can always try importing any Python library from Mojo and see the aftermath of it:
Thank you so much!
did it work? 🙂 I may attempt this soon
You must do the importation in block try,except or put raises after fn name and parameters
Could you please give an example? Thanks
or