Oleg Klimov
Oleg Klimov
Hi @lucidrains , in Triton layer norm was just added in examples, https://github.com/openai/triton/commit/d4baad426db72b83c5222e1c83c929c1860cae54 I tested it, it's twice as fast as Torch, often faster then Apex. I'm looking forward for...
``` import gpu MAX = 1000 # maximum Mandelbrot iterations N = 4096 # width and height of image pixels = [0 for _ in range(N * N)] def scale(x,...
There are several projects aiming to make inference on CPU efficient. The first part is research: - Which project works better, - And compatible with Refact license, - And doesn't...
"Thanks. Iām trying to follow the contribution guidelines to install for development. I am able to get the web GUI, inference, and scratchpads up and running but when I upload...