Linh Pham

Results 4 comments of Linh Pham

@MbBrainz It appear that `download-model.py` missed a file for fastchat t5. Also seems like `requirement.txt` is missing a module too. _(excuse me, as I am really new with all of...

If you got any console output or provide more information about how you ran the sample. That will help. (most common issue for new user is server's environment, you need...

@stljeff1 is that all of the content of your `app.js` ? If yes then you will need something like. ``` // config your app app.config(/* your config goes here... */);...

@sammyf > as for Linux : replace bitsandbytes in requirement.txt with bitsandbytes==0.37.0 to make it work! 0.37.2 seems to be buggy. Thank you, I've tried bitsandbytes `0.37.2` . And OOM...