David Liu

Results 27 comments of David Liu

@Jonathan-Hofmann Thanks man for saving my day. Having the exact same issue and the layout got overwritten and it is a mess. Your workaround works great! The onLayoutChange callback definitely...

Hi @dilippitchika here is the link to Metamask docs: https://docs.metamask.io/guide/getting-started.html#basic-considerations Details can be found here: https://docs.metamask.io/guide/ethereum-provider.html#table-of-contents

Note that not only Metamask injects the ethereum this way, but also other wallets as well. This is currently already drafted here as the standard https://eips.ethereum.org/EIPS/eip-1193 And we assume many...

Yes. That should work for my usecase. Better to make it configurable on which function to whitelist as there might be smaller differences depending on the wallet implementation

we need this feature too! currently it is the blocking factor for our team consideration due to not being able to provide a remote mock feature yet. we definitely would...

I guess we should see improvement. @zhisbug Here is what I get from alpaca 30b with lora (4bit) ![image](https://user-images.githubusercontent.com/31893484/229740748-8b34cb84-5750-4557-85c9-d470446c557a.png) And this is what I get currently using Vicuna 13B 4bit...

@Originalimoc No I used this one https://huggingface.co/elinas/alpaca-30b-lora-int4 which is based on this lora https://huggingface.co/baseten/alpaca-30b Loaded via Text Generation WebUI and GPTQ

Thanks for inputs from other testings. I am not using scientific method to do the comparison so expect this to be a pretty rough test and I may be wrong....

Some more tests using above parameters: Alpaca 30b: ![test1](https://user-images.githubusercontent.com/31893484/231435829-018858fa-5341-453c-855c-8905461517fc.png) Vicuna 13b (this time 8 bit) ![test2](https://user-images.githubusercontent.com/31893484/231435892-5bcc6528-de3a-44f2-9343-6f92c5985f2d.png)

Hihi @ZYHowell do you have any updates so far?