Phylliida Dev

Results 8 issues of Phylliida Dev

Setting to full screen makes it only render on the inner half of the screen, you can fix this by changing ``` #ifdef FULL_SCREEN o.pos = v.vertex; #else ``` To...

Can this support sending a file via a websocket to a server elsewhere? (i.e., client tests also written in swift) I was looking at the ping example and it looks...

help wanted

This change modifies `EnvServer.java` to accept a "chat" commad, and adds chat.py [from the dev branch](https://github.com/Phylliida/minerl/blob/dev/minerl/herobraine/hero/handlers/agent/actions/chat.py) so we have `H.ChatAction()`. It also enables commands (cheats). Implemented because I've been watching...

enhancement

I'm able to compile [causal-conv1d](https://github.com/Dao-AILab/causal-conv1d) by adding ``` "-DWIN32_LEAN_AND_MEAN", ``` To the nvcc flags. When compiling mamba, after adding `-DWIN32_LEAN_AND_MEAN` to nvcc flags, I find I need to add ```...

@0 MOV UP ACC JEZ H MOV 1 ACC H: MOV ACC DOWN @1 MOV UP ACC JEZ H MOV 2 ACC H: MOV ACC DOWN @2 MOV UP ACC...

@0 @1 MOV UP, DOWN @2 MOV UP ACC MOV ACC DOWN MOV ACC DOWN @3 @4 @5 MOV UP ACC MOV ACC RIGHT MOV ACC RIGHT @6 MOV LEFT...

[I put your changes of llama.cpp into the most recent llama.cpp](https://github.com/Phylliida/llama.cpp) Then I had to modify LLaMPPL/llamppl/llama_cpp.py to use the new code from llama_cpp_python, you can see the new file...

Would be cool if you could retrain the ckpt except for 1.5 because that’s what most people use