Max Zangs

Results 5 comments of Max Zangs

I managed to install it using pip for python 3.11.2 (installed via [pyenv](https://github.com/pyenv/pyenv)) on my Mac M2. However, this failed with `docker build .` e.g. for an image `FROM python:3.11.2-slim`....

I tried reproducing this bug with my MacBook Pro (M2) with no success. Dragging the window is laggy (as usual) but there is no flicker. The code I'm using is:...

I will try this. However, my plan is to run the image on Unraid, so making a new image will probably be the way forward. I also tried making a...

I'm using an Nvidia Blackwell (RTX 50xx) series GPU with 96GB, and also get this compute buffer allocation error. When I ran `llama3.3:70b` on two RTX30xx cards, it used to...

I have the same problem (using docker image `libretranslate/libretranslate:latest-cuda`): ``` checkpoint = torch.load(filename, lambda storage, loc: storage) ERROR:libretranslate.app:Exception on /translate [POST] Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/flask/app.py", line 2529,...