drinking
Results
1
issues of
drinking
I followed the guide in https://apple.github.io/coremltools/docs-guides/source/convert-openelm.html, trying to convert llm-like model to CoreML format, but encountered a bug with this line of code ``` mlmodel = ct.convert(exported_program) ``` The bug:...
question