Florin Andrei
Florin Andrei
It crashed today. The Network module enabled, but the chart widget was disabled. It looks like it's not the chart, but maybe the module itself. I will re-enable the chart...
Yeah, here it is: https://gist.github.com/FlorinAndrei/d8c84096a00c813ed836b28f40231550
I am now running v2.11.49 The Network module is enabled, the Network chart widget is disabled, as before, when it last crashed. Let's see what happens.
No crash in 1 week with v2.11.49 I've re-enabled the Network chart widget.
I take that back. There was a crash in the past 7 days. In the Console, I've noticed a crash from 2 days ago, with v2.11.49 and the Network chart...
> change the charts history to some other value Is that the setting called "Number of reads in the chart"?
crash report: https://gist.github.com/FlorinAndrei/3d253fcbff4c38f4deccde401115d9ce Stats config: https://gist.github.com/FlorinAndrei/7cdfd6246b03de4be8dafc77e9f9c5f4
using the latest special build crash report: https://gist.github.com/FlorinAndrei/45d8c59ddc794bdde906967a25e9a23f stats config: https://gist.github.com/FlorinAndrei/f58baead239608f371685ec18a08667f
@hdiaztuesta It could be fallout from this bug: https://github.com/unslothai/unsloth-zoo/issues/119 If that's the case, here's how I made it work again: I assume you have the following versions installed: ``` unsloth...
@tw-evan I think `model.save_pretrained_gguf()` is a bit picky with the values. You put `f16` in there, but it only recognizes all-caps values, like `F16`. BTW, you probably want `BF16` in...