hyunwoongko / openchat

OpenChat: Easy to use opensource chatting framework via neural networks
Apache License 2.0
437 stars 57 forks source link

Fixed GPU model assignment #36

Closed ibivibiv closed 3 years ago

ibivibiv commented 3 years ago

Take a look at this, it solves the gpu issue but there are still lingering image_features_dim and image_encoder_num_layers errors with those not being set. You'll get the general idea of what I did and can take this directly or I guess adapt it. But it solves the model.opt config issue for GPU.

hyunwoongko commented 3 years ago

Thanks a lot !