Andy Sloane

Results 33 comments of Andy Sloane

On the current site, it accepts arrow keys but basically nothing else. Because the onkeydown handler always returns false, presumably to prevent typing keys into the code editor while the...

With some modifications to scripts/download_and_convert_gpt2.py, you can create the necessary weight bin file.. it downloads a .safetensors file from huggingface, not a pytorch model, though. You might be able to...

Yeah, it looks like the following patch is needed to make it work: ``` diff --git a/websocket.py b/websocket.py index 28e437e..52a5832 100644 --- a/websocket.py +++ b/websocket.py @@ -21,7 +21,7 @@ import...