ROSSA AI
ROSSA AI
Every time I update the file with `excalidrawAPI.addFiles()` it shows me this annoying placeholder VIDEO PREVIEW: https://github.com/excalidraw/excalidraw/assets/132106533/68b2f158-38b4-462f-ab4e-820d19b5d816 CODE PREVIEW: This code is inside a listener that is updated every time...
Is there a component or something similar that allows you to have groups linked to another group and when the parent group is updated, the children are updated? **Example**: https://github.com/excalidraw/excalidraw/assets/132106533/35ee52e7-d8ec-4e55-94b5-06aa6a8cae84
Hello, I am interested in using custom React components, such as Button, Input, and Textarea, based on the shadcn UI library (https://ui.shadcn.com/) within your platform. I understand that the system...
Quantization in CPU is not available due to `torch.cuda` implementation only. Some code could be replaced 1. From `torch.cuda.amp.autocast(enabled=True)` to `torch.autocast(enabled=True)` 2. From `torch.cuda.device(weight.device)` to `torch.device(weight.device)` 3. From `torch.cuda.current_device()` to...