@SunMarc It looks like it was commit `8b3b9b48fcd6bc06bd9c576f1b09266d577db257` [https://github.com/huggingface/transformers/commit/8b3b9b48fcd6bc06bd9c576f1b09266d577db257].
Among other things,...
I don't think this is strictly a SageMaker issue. In the time since I first posted this issue, I've reproduced it on an EC2 instance. See below for relevant details.
### Environment details
`...
I recently ran into what appears to be the same issue.
If I run with `gradient_checkpointing: true`, I get a warning during training that reads: `activation_checkpointing: "true" # When using FS...
For visibility, a contributor to a forked version of the Phi 3 Vision cookbook [suggested](https://github.com/kazuar/Phi3-Vision-ft/issues/2) the following solution, stating "You need to remove the...
### Feature request
This request proposes one of two changes (see **Motivation** for background).
1. Accept a `state_dict` argument in the `Trainer` class's `save_model()` method (https://githu...
I’m trying to fine-tune Phi 3.5 Vision using transformers. However, I’m running into an issue trying to save the model during or after training. See below for a minimal reproducible example. This s...
Ran into the same issue with Phi 3.5 Vision. I posted about this over on the HF forums [https://discuss.huggingface.co/t/runtimeerror-when-saving-phi-3-5-vision-due-to-shared-tensors/116457].
E...
I ran into this same thing with https://huggingface.co/microsoft/Phi-3.5-vision-instruct. Hope it's OK to resurrect this thread from September....
Setting `trust_remote_code=True` seems to be ...