Massimo
Massimo
@ConfusedVorlon Which animation should he change to CRToastAnimationTypeSpring?
> I introduced a shell script in [23afc3e](https://github.com/Wikidata/soweego/commit/23afc3ef5399eae5a4c5f25081424731d04e931c) that also runs `mypy`. > We can tell travis to execute it and fail the build as appropriate. > > Note that...
@xenova Thank you for sharing your pre-converted model. I was attempting the conversion myself to verify my environment. I tested the conversion script on Azure using a Standard_NC4as_T4_v3 instance (4...
@dcsuka Where you able to add the validation loss to your recipe?
I've started working on this for lora_singledevice_finetune https://github.com/MaxFrax/torchtune/tree/add_validation_set_lorasingledevice If anybody wants to contribute or share tips, feel free to reach out
@suraj-srinivas @pbontrager I recently encountered the same issue. I'm fine-tuning a LLaMA 3.1 8B model using LoRA and have enabled `save_adapter_weights_only` as described in the [checkpointing guide](https://pytorch.org/torchtune/stable/deep_dives/checkpointer.html#checkpointing-for-lora). Now, I'd like...
@felipemello1 Finally I have been able to work on this. I'll make my way through the testing plan, but feel free to share any comment you might already have.
Hi @ebsmothers ! I have updated the pr with the following edits, as per your recommendation: - Created a stand alone method for the validation loop - Parameter `run_val_every_n_steps` to...
Thanks @felipemello1 ! Some help on the testing side would be much appreciated. When you say: > 2. An example of how the config should look like. The UI should...