Alex Punnen

Results 8 comments of Alex Punnen

The WA here* works for now. Adding the snippet in python way to specify CSS *https://github.com/plotly/dash-table/issues/694#issue-566609561 ``` dash_table.DataTable( id='datatable-interactivity', columns=[ {"name": i, "id": i} for i in thresholded_df.loc[:,['ds_org','y_org']] ], style_filter={'textAlign':...

> @RJ722 if you could try wrapping the section of your post containing math in a paragraph tag, I would be interested if things then work as expected. > >...

Thanks- Done - Did `make style` and pushed the changes to this branch

I have rebased and checked and force-pushed. It is actually fine locally. ``` git branch * issue-22246 main $ make style black examples tests src utils setup.py All done! ✨...

HI @sanchit-gandhi ; I have tried to demo the problem and the possible correction; Please find the pull request here https://github.com/huggingface/transformers/pull/22938

Loading in 4 bit and saving with normal HuggingFace Trainer does not work as of now. ``` model.train() # Set training parameters training_arguments = TrainingArguments( output_dir=output_dir, num_train_epochs=num_train_epochs, per_device_train_batch_size=per_device_train_batch_size, gradient_accumulation_steps=gradient_accumulation_steps, optim=optim,...