Hugo Rivera Calzadillas

Results 24 comments of Hugo Rivera Calzadillas

I don't see the repo?

I just encountered this unfortunate bug as well. For anyone looking for a solution, I simply searched for the package in `/tmp` and then `rm`'d it: ``` sudo find /tmp...

That's correct, as long as the system version is the same that is required. #1069 is this issue

A useful and innovative project with a great community behind it! Thank you.

I encountered a similar problem and I instead overrode the WebsocketProtocol class by [passing the `create_protocol` argument to `serve`](https://websockets.readthedocs.io/en/stable/reference/server.html#websockets.server.serve). > create_protocol (Optional[Callable[[Any], [WebSocketServerProtocol](https://websockets.readthedocs.io/en/stable/reference/server.html#websockets.server.WebSocketServerProtocol)]]) – factory for the [asyncio.Protocol](https://docs.python.org/3/library/asyncio-protocol.html#asyncio.Protocol) managing the...

I use a `Makefile` to generate some Kubernetes manifests and I use this before-hook to run `make` before deploying anything. I ran into this same problem since the `Makefile` kept...

It could be a peft_config object: https://github.com/huggingface/peft/blob/main/src/peft/peft_model.py

I like this! I'd also like to propose some ASCII art, perhaps for the man pages or the help UI ``: ``` VVVVVVVV VVVVVVVV iiii V::::::V V::::::Vi::::i V::::::V V::::::V iiii...

Thank you! I unfortunately haven't had time to do this, but I can test out your plug-in when it's ready. Out of curiosity, what feature were you looking to use...

I think an event coming from the C source code would be ideal, I might try to add an event for when the mode changes. https://github.com/martanne/vis/blob/master/vis-core.h#L226