Pan-ML / panml

PanML is a high level generative AI/ML development and analysis library designed for ease of use and fast experimentation.
MIT License
114 stars 16 forks source link

Bug: model_args "gpu" variable has issues #30

Closed wanoz closed 1 year ago

wanoz commented 1 year ago

Currently being worked on. Will issue the bugfix in upcoming release v0.0.17

Bug detail: model_args is used as input arguments in HugginFace API, where the key "gpu" is being inadvertently passed in. This will be corrected in the fix.

wanoz commented 1 year ago

v0.0.17 has been released to resolve this issue