yekta

Results 32 comments of yekta

> Why do you use the url directly instead of pip? pip will run setup.py to choose the correct wheel. In this case you want the wheel to have `abiTRUE`...

> > 12.3 and 12.2 should be compatible. I've just tried nvcr pytorch 23.12 and it works fine > > ``` > > docker run --rm -it --gpus all --network="host"...

> > > 12.3 and 12.2 should be compatible. I've just tried nvcr pytorch 23.12 and it works fine > > > ``` > > > docker run --rm -it...

> Try following this? > > ``` > docker run --rm -it --gpus all --network="host" --shm-size=900gb nvcr.io/nvidia/pytorch:23.12-py3 > pip install flash-attn==2.5.1.post1 > ``` As I said the CI/CD worker that...

We've installed the package on runtime inside our GPU worker instead. For some versions it built a wheel from scratch, for some it picked one (I'm not sure exactly which...

> I've tested on a fresh machine with an A100, and the following combination works for a minimal docker install: container: `nvcr.io/nvidia/pytorch:24.01-py3` pip install: `pip install flash-attn==2.5.1.post1 --no-build-isolation --upgrade` >...

I don't remember, but it shouldn't matter because it shouldn't be possible to begin with under any circumstance. As in you shouldn't even need to scale the window or change...

+1 For our use case, the main point of logs is for them to be live.

> Hello @yekta > > Thank you for reporting this issue > > Can you also share a screen recording ? Unfortunately the only logs streams we have are sensitive...

Are there any plans to fix this? We started looking into moving to other auth options specifically because of this issue. I don't see using Supabase going forward unless the...