DolceTriade
DolceTriade
I added the scale changes. This has lead to a bug I need to investigate.
A slightly modified version of this is live on the Bug Squash server. Feel free to try it out. The only difference is that on the bug squash server, the...
Yes that's my workaround for now
I don't know if this is ideal, but I think it is probably possible to drop explicit rules_nixpkgs support for rules_go... Others have pointed out that the upstream Go toolchain...
Definitely a bug _somewhere_, so good issue
When I did this I had to patch prost-build... https://github.com/DolceTriade/blade/blob/main/third_party/rust/patches/prost-build/0001-Allow-substitution-for-the-message-type-in-type-attr.patch And then I configured my prost toolchain like so: https://github.com/DolceTriade/blade/blob/main/prost/BUILD.bazel#L22-L34 Then I could use DynamicMessage for protojson support: https://github.com/DolceTriade/blade/blob/938f5ef9a2eca868c4438792bd60040a8f90e436/blade/bep/print_event.rs#L23
I think the that while maybe GPUs are out of the question (certainly, nvidia needs a lot of deps), but accelerator cards do generally support SR-IOV without additional drivers. While...
Indeed. I believe that's why EVE only applies SR-IOV settings at first boot, which would be true for this use case as well? By allocate dynamically, I mean being able...
THis is a good find and we should try to port ztm's work if possible or just precompute the weights during load as suggested earlier.
ya, we've had this issue with vector bools as well...though we just made a specialization for it.