freshield.eth

Results 6 comments of freshield.eth

Ahah, Thank you very much Best Regards YANG YU 2017-03-13 9:02 GMT-04:00 vanceJin : > @Freshield > https://github.com/bethrobson/Head-First-Java/blob/master/ > chap05/GameHelper.java > > — > You are receiving this because you...

> visual_chatgpt.py hard code `cuda:${device}`,I only have one graphics card, replace all `cuda:\d` with `cuda:0` work fine. > > https://github.com/microsoft/visual-chatgpt/blob/aadb7f2e2ee7baa455f0369f334ed4804b48a5cd/visual_chatgpt.py#L804 and then you will get an out of memory error,...

You need to comment out some models, otherwise, your graphics memory won't be able to hold all the related models.

@75andybermond @d0znpp you can check this link https://github.com/rupeshs/visual-chatgpt/blob/add-colab-support/visual_chatgpt.py to see how to modify the main python script file, and avoid the cuda out of memory error.

just change the ./db_sqlite3:/app/db.sqlite3 to ./db.sqlite3:/app/db.sqlite3