OhadRubin
OhadRubin
Hey Will and the Textual team! I want to use textual to write a continuously updating dashboard (something similar to htop for example). Perhaps you can you give me some...
Hey, I started using a mac recently, and I would like to have a dedicated button to open a new terminal window, the way I have it now is: I...
#4591 This is a really rough draft...
DLPack is a community effort to define a common tensor data structure that could be shared by different frameworks. Currently, Pytorch and MXNet have adopted this interface, and Tensorflow is...
Hey, pinging @stas00 I'm a researcher from Tel-Aviv University and were thinking about implementing QOS, similar to what you have with the Jean Zay cluster. It would be really helpful...
instances of KnowledgeGraphField are throwing AttributeError when using the method empty_field. Steps to repreduce: > from allennlp.tests.data.fields.knowledge_graph_field_test import KnowledgeGraphFieldTest > a = KnowledgeGraphFieldTest() > a.setUp() > a.field.empty_field() Output: > >...
Hey, I was looking at the leaderboard, and it is not clear what was changed from version 2 to 3. ``` RATSQL v3 + BERT (DB content used) 69.7 |...
A recent contribution to the pytorch_xla repo allows using FSDP in PyTorch XLA for sharding Module parameters across data-parallel workers. https://github.com/pytorch/xla/pull/3431 Some motivation behind this: It may be possible perform...
Will this work on a TPU? If so, can I train it on a colab notebook?