christopher-hesse
christopher-hesse
A user attempted to make a connection from within a ProcessPoolExecutor and somehow got an error from urllib3 about a -1 file descriptor. Any ideas on how this could happen?...
I made a toy GPT2 tokenizer as a python rust extension. It seems to be slightly faster than tiktoken in my tests. It looks like https://github.com/openai/tiktoken/pull/31 may get most or...
Inspired by https://github.com/glfw/glfw/pull/786 this is a PR to support OSMesa-style headless rendering with EGL. If you want to run an OpenGL program on a linux server you can run an...