You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this amazing project !
For a prototype of mine, i would like to be able to use this model from huggingfaces with the cybertron server.
I understand i should add support for the camembert model and i naively started to modify pkg/downloader/downloadmodel.go and pkg/converter/converter.go to be able to download/try to convert this model.
@ior308 Unless you read the code and write it yourself I don't see this happening.
Advances/improvements in this area are moving too fast to keep up.
Development seems halted in favor of Fortran (which, in my opinion, seems like wasted contributions but I'm sure people who use Fortran are happy).
First of all, thank you for this amazing project !
For a prototype of mine, i would like to be able to use this model from huggingfaces with the cybertron server.
I understand i should add support for the
camembert
model and i naively started to modifypkg/downloader/downloadmodel.go
andpkg/converter/converter.go
to be able to download/try to convert this model.But i'm stuck at this error now:
Are there some guidelines i could follow to add support to new models in cybertron ? I would be happy to work on somes PRs 😄
Thanks in advance !
The text was updated successfully, but these errors were encountered: