Files
tinygrad/tinygrad/runtime
uuuvn ddff9857b8 Remote properties is a dataclass (#10283)
Not strictly required for anything but soon there will be like 4 new
properties and having it be a huge json just seems like a bad taste.

It also seems right to not have a separate endpoint for this, just
`GetProperties` request that returns a repr of this similar to how
requests are sent in `BatchRequest`.

This will also make a switch to anything other than http much simpler
if it will be required for any reason, like just a tcp stream of
`BatchRequest`s
2025-05-13 11:56:58 -07:00
..
2025-05-01 18:03:47 +03:00
2024-06-18 19:48:18 -04:00
2025-05-13 17:25:51 +03:00
2025-04-24 07:52:35 -04:00
2025-04-01 11:51:33 +08:00
2025-03-01 12:34:29 +03:00
2025-04-08 22:52:17 +03:00