Philippe Lelièvre

Results 16 comments of Philippe Lelièvre

In UE5, I was also getting black textures, but I found out that it was only occurring on models using Nanite.

Forgot to clarify, it was with segmentation capture images that the color was black.

Did you guys managed to convert it to TFlite? I'm getting this error : ``` 2019-08-28 11:02:00.428562: F tensorflow/contrib/lite/toco/tflite/export.cc:374] Some of the operators in the model are not supported by...

@stas00 Have you (or can you) tried with vllm v0.5.2 if you observe the same performance issue? In my investigation, I found a regression in performance from v0.5.2 -> 0.5.3...

@stas00 I also got the same issue, seems like an issue with the key's format that Outlines uses to store cached data. I opened a [PR](https://github.com/outlines-dev/outlines/pull/1129) a few days ago...

Nice findings! I guess those changes could be added in another PR. What do you think @robertgshaw2-neuralmagic ?

Good idea, I am looking into adding a test case for it

@cpfiffer I added a test that fails on main and works on this PR and in vLLM. It seems that the issue is with using class method as the function...

Yes, in addition, the reinstantiation of the object arguments also causes the [issue](https://github.com/dottxt-ai/outlines/pull/1129/files#diff-550ab64693d2f5193d9557ebfbb9ccc62884c425f36e719a72cb3bc707091fbeR94). Probably an issue with the binary data being different (although the object attributes are the same). That...

I see, but it would still be better than the current implementation which is not using as well the underlying serialization implementations and is instead storing it as a binary...