malaccan

Results 9 comments of malaccan

yeah am getting the same, `hf.model_id` always defaults to "gpt2" whenever `pipeline=pipe` is passed in that way. looks like `HuggingFacePipeline.model_id` isn't correctly set on init. simple workaround is to just...

i'm also getting this issue now. was working a day before. i wonder if its the release or some other dependencies broke it?

i had some colab scripts that was working fine before, that is now broken. so i worked backwards and rolled back all the dependencies that released in the last few...

i would add to this to say that in my view, the 2 primary missing features for in-painting is: a. the ability to save/load the mask once drawn, esp on...

just saw this issue. i have the same issue and am a bit stuck but thought i share where i'm at. i'm using the exact same code template as a...

even with the keys added, react gives the same warning error. it can be reproduced with this example: ``` some word more text ``` produces error: ``` [Error] Warning: Each...

I have the exact same issue where I fine tuned with my own custom dataset with just 1 class - and it gives a warning that the model has 0...

i have the exact same issue

actually, i resolved this by downgrading python to 3.10. works fine now. previously, i was trying to install using python 3.12 which resulted in the error below (and as highlighted...