William (Bill)
William (Bill)
That was accomplished in this pr (using python protobuf to parse the tokenizer directly) https://github.com/ggerganov/llama.cpp/pull/73 But the protobuf methods are directly exposed in sentence piece which was determined to be...
I think the issue is that the tokens are embedded in the model file whereas your code does not have tokens embedded. @ggerganov could you confirm? Still a case to...
If anyone is able to help me make the passthrough appear over the video stream, even just setting alpha to zero doesn't seem to work. I tried changing all the...
@zarik5 I tried that all the glsl I could find and set `.a = 0.0` for all of them and it didn't pass through. I just reverted that change since...
Thanks for your comments @zarik5 I will try it out. I will think on it some more because I feel there is something higher level than GLSL that is setting...
Hey @zarik5 the good news is I don't need all that I guess I was just using it to debug. I have a new working implementation obviously missing a lot...
Need way to toggle and maybe some small cleanup before this could ever be considered. - Need to toggle feature on/off with key combo - Need to remove required: true...
Ah so it is just black where the passthrough should be seen? That is at least "working". If the shader has issue the app just crashes :) I did hack...
OK maybe it is caused by `"com.oculus.feature.PASSTHROUGH"` Is there some other feature that needs to be enabled for Pico do we think?
@Meister1593 I found maybe an issue, the features aren't properly returned. Can you try compiling with this commit and let me know? I think I may have had a different...