virtualramblas
                                            virtualramblas
                                        
                                    @tarun005 PR has been raised.
Hi, yesterday I have managed to successfully run both image and video tests (CPU only so far) in Colab. I will share the final notebook in GitHub tomorrow.
A Colab notebook (inference on CPU) is available here: https://github.com/virtualramblas/python-notebooks-repo/tree/main/Colab/MobileFaceSwap
> > Hi, yesterday I have managed to successfully run both image and video tests (CPU only so far) in Colab. I will share the final notebook in GitHub tomorrow....
I ran into the same error at inference time earlier this morning while running in Colab GPU (it was running fine in the past two days) since I started using...
Working code from @ravenscroftj can be found here: https://github.com/ravenscroftj/ggml/tree/d130cc0c799621637c7914d6b89bf99e4403bd3a/examples/codegen I have written a more detailed tutorial about it to do conversion and quantization on Apple Silicon M1/M2 CPU: https://github.com/virtualramblas/codegen-quantization-M1 and...
Same error trying with the facebook/galactica-1.3b: ```` Downloading (…)cial_tokens_map.json: 100% 221/221 [00:00
Same issue.
Hi @krstrid, have you renamed the _example.env_ file to _.env_? It looks like the Python script to ingest documents cannot find the env file with the required name.
Hi @geng-lee This error was happening to me as well today (previous releases of the original code worked properly when resizing the input images). This is simply solved by replacing...