Anton Blomström
Anton Blomström
Thank you. It is indeed linux-specific, it worked fine when I used it on Windows 10. A quick fix would be to have a setting for disabling automatic update fetching...
> any news for this? I'm using version 3.1.0 and the file `resources/app-update.yml` is stil missing I'm not sure if they have fixed it. For the time being, I can...
Without code to look at, I can only speculate that it's because the linear layers aren't being converted by: ``` #[replace_layer_fields] #[derive(Debug, Clone, AutoLoraConvert)] ``` or you're not calling `get_lora_model`...
Found this: https://github.com/huggingface/candle/issues/2079 But the following modification (using HashMap) doesn't help with OOM: ```rust pub fn from_mmaped_safetensors, Error> { let mut map = HashMap::new(); { let tensors = unsafe {...
I'm hitting this issue as well. Did some digging and found this: > Another thing to note is that the USB device is dependent on both the PLL for the...
@EricLBuehler From nvidia-smi: `NVIDIA GeForce RTX 3090 with 24576MiB (24GB VRAM)` Put this on the back burner for a bit, but if there's anything I can test then let me...