Fares Abawi

Results 10 issues of Fares Abawi

Using torch.distribution and fairscale, LLaMA can be parallelized on multiple devices or machines, which works quite well already. However, each GPU device is expected to have a large VRAM since...

community-discussion

I created a simple ImageBind finetuning example using LoRA: https://github.com/fabawi/ImageBind-LoRA Make sure you clone it recursively to include the example dataset: git clone --recurse-submodules -j8 [email protected]:fabawi/ImageBind-LoRA.git Install the requirements following...

**Describe the bug** The link [http://www.yarp.it/install.html](http://www.yarp.it/install.html) in the README.md is broken.

The following is planned for Wrapyfi v0.5: **OS Support** - [ ] MacOS 10.14 Mojave **Plugins** - [ ] [MLX Tensor](https://ml-explore.github.io/mlx/build/html/index.html) (exclusive to MacOS) - [ ] [Gmpy 2 MPZ](https://gmpy2.readthedocs.io/en/latest/)...

planned

MQTT is a reliable PUB/SUB protocol that is commonly used in industrial IoT. A server/client (REQ/REP) communication pattern will **not be supported**. Will rely on paho-mqtt in Python for initial...

help wanted

Currently, ROS messages (std_msgs, geometry_msgs ..., + custom message types following the ROS topic/package mapping convention) can be published and received using ROS by setting the data structure to ROSMessage....

enhancement

Allow classes/structs to be passed across middleware. The serializer would need to be modified to do something similar to [jsonpickle](https://jsonpickle.github.io/), however, jsonpickle is unsafe since it executes scripts. Find a...

enhancement
help wanted

Wrapify restricts the decorator to methods defined within classes. There are no technical limitations as to why this isn't possible. However, Wrapify maintains the properties for each class independently, to...

help wanted

`should_wait` should wait for all messages, and when multiple returns are expected by the reemit message, the ZeroMQ (like all other middleware) should also wait for all the messages to...

bug

Added an option to upload to a shared slug. If the shared slug is specified on upload, the short and long slugs are still generated specifically for that connection. Additionally,...