Mariusz Woloszyn
Mariusz Woloszyn
## :ghost: Brief Description I installed lwsm it on Ubuntu 16.04. I saved and restored my session and not even single window was restored in proper position. ## :tophat: My...
This change adds `end_position` attribute to MethodDeclaration() which is just position of last token in the method.
Duplicated code is bad codding practice and makes fixing and changing code harder. This pr removes some of duplicated code from multiple stable diffusion pipelines by making all `StableDiffusionPipeline`'s inherit...
When run on pytorch '1.10.2+cu102' I get following error: ``` Traceback (most recent call last): File "/code_transformer/preprocessing/graph/transform.py", line 30, in __call__ distance_matrix = distance_metric(adj) File "/code_transformer/preprocessing/graph/distances.py", line 76, in __call__...
lazy_module changes root logger and thus affects programs importing it in undesired way. The following snippet illustrates the issue: ``` import lazy_import import logging if __name__ == '__main__': logger =...
Some websocket servers require protocol for proper communication. This changes adds the possibility to set the `Sec-WebSocket-Protocol` header while upgrading connection. The change should be 100% backward compatible.
This PR adds docker container support. Having a docker container with the UI might be useful e.g. for deployment testing or experimenting with untrusted models or scripts. Additional utilities can...
When GPT returns a response that uses markdown formatting it's not being rendered as such. Having a marked or showdown interpreting the answer would greatly improve readability. For example a...
It's great to have OpenAI compatibility API! Unfortunately many applications require additional endpoints to work properly. Namely `v1/models` (https://platform.openai.com/docs/api-reference/models) with list of available models is the one most frequently missing.
Any idea if AC0850 (800i) would work? I tried but it does not support HTTP and neither coap nor plain_coap seem to work.