electron271
electron271
> This can be implemented but there should be a toggle if servers wish to use the "leaderboard" as we in ATL have voted against it. > > @electron271 just...
> > @kzndotsh if you are fine with this suggestion I could implement it > > does it matter now that we have capped it? yes for other servers, tux...
found that wrapping `wx.GetTopLevelWindows()` in `list()` seems to fix it
possible solutions - disable audit log and only show managed audit logs with thread creation logs disabled - anonymize them (this still has the issue of telling people when a...
imo this is out of tux's control for the most part, however since a lot of servers make audit logs public i think a anonymization config option is a good...
should be decided when running $starboard setup not hard coded, might be a good idea to wait for #843 though
closing as this is seemingly finished if it still needs discussion feel free to reopen
windows support may also be possible but i would need some help testing this as i do not have a windows machine
docs changes: ```diff diff --git a/get-started/installing-+-updating/pip-install.md b/get-started/installing-+-updating/pip-install.md index c1f0975..5f66dbf 100644 --- a/get-started/installing-+-updating/pip-install.md +++ b/get-started/installing-+-updating/pip-install.md @@ -24,6 +24,16 @@ pip uninstall unsloth unsloth_zoo -y && pip install --no-deps git+https://github If you're...
seems like 4bit exporting has some issues as 64 blocksize is not supported with rocm (https://github.com/ROCm/bitsandbytes/pull/10), it is possible to have 64 blocksize though depending on warp size so i...