Manoj Mohan

Results 11 comments of Manoj Mohan

I recently faced this problem with MacOS Sierra (10.12) because brew still has libjpeg version 80. The following procedure worked for me. 1. Uninstall image (luarocks remove image) 2. Remove...

movinets/models.py, class ConvBlock3D, methods - _cat_stream_buffer, _save_in_activation, _setup_activation.

Just upgrade your pdfminer.six package. See [here](https://stackoverflow.com/a/77685068/5597718)

I faced the same issue yesterday on my M1 Mac 8GB with Gemma 7B. Gemma 2b model worked fine. Also no issues with llama3 8B. Seeing this in the server...

@pdevine I tried Gemma with 0.1.33-rc5 version. It works now but is slow. I see in the server logs that not all the layers are sent to the GPU. How...

Thanks @BizarrePenguin After facing hang issue, I too upgraded to standard tex installation via console. After that when I try to run `pdflatex` it automatically downloaded a few missing packages...

Use svg format: ``` output = model(inputs) dot = make_dot(output).render("filename", format="svg") ```

The Baidu disk link to the pre-trained model is broken. Can you please share the updated link?

Check this [file](https://github.com/urchade/GLiNER/blob/main/train.py) for the details.

I was able to reproduce the issue and created a [pull request](https://github.com/urchade/GLiNER/pull/92) with the fix.