Mauro Sciancalepore

Results 18 comments of Mauro Sciancalepore

It's just a simple ECS task deploy, where EBS is used to provide persistency (efs). Is it possible that I need a non sharable disk? I saw in that helm...

@generall If I delete all the LOCKS on disk using: ``` sudo rm */0/segments/*/payload_index/LOCK && sudo rm */0/segments/*/LOCK ``` If I trigger a rolling update, it goes fine and the...

If you could actually help with proper debugging hints would be great as well, I am trying different things to get to the root cause of this behaviour with EFS....

is there any way to enable gpu sharing based on time slicing like in [EKS](https://aws.amazon.com/it/blogs/containers/gpu-sharing-on-amazon-eks-with-nvidia-time-slicing-and-accelerated-ec2-instances/), but in ECS ?

This was already clear, in fact the question was: Are you planning on releasing both the decoders and training **code** of aimv2 ?

hey @zucchini-nlp I have trained qwen2.5-VL-3B model 1month ago and right now I have this error when attempting to load the adapters.. ``` Unrecognized video processor in /content/lora_model_qwen2.5-VL-3B/lora_model_qwen2.5-VL-3B. Should have...

I've just seen that transformers has added VideoProcessors as first class citizens processors.. can it be related @zucchini-nlp @danielhanchen ?

Just using the official unsloth notebook with no changes. I've executed the cell down below that loads the model from a path. ``` from unsloth import FastVisionModel model, tokenizer =...

@zucchini-nlp I've tried to install it in the notebook at the top, but when I execute the model loading cell I have: ``` ImportError: cannot import name 'HybridCache' from 'transformers.models.gemma3.modeling_gemma3'...