Eugene
Eugene
Thank you for the PR. One thing I noticed: setting `Inpaint at full resolution` to `True` breaks inpainting.
> > Should R.tryCatch suppress this sort of error popping up? > > in terms of types, the answer is no Any way I could wrap `R.tryCatch` into something that...
Could be possible with https://github.com/FMInference/FlexGen
> and so far nothing open source has come even close to match OpenAI's LLM performance (Facebook OPT, Google FLAN T5, GPT-J 6B) Is this applicable to all downstream tasks...
> @genesst did you figure out how to use FlexGen with GPTindex? It is still worth using FlexGen for a quick demo. OpenAI's API is quite expensive for large documents....
No, you'd need an NVIDIA card
I'm using this script to get the job done while the PR isn't merged. It does the trick: ```bash # Extract installed pip packages pip_packages=$(conda env export | grep -A9999...
> > The first download links have been distributed by Facebook earlier today. I've already seen a torrent on twitter - oh my! > > LLaMA is really good, trying...
V2 officially not yet released. Use V1.1 for that.
Is it possible to exclude a property at the class level from being persisted? e.g. `makeAutoObservable(this, { rootStore: false });` as an example in 'mobx'. It'd be great if there'd...