ml-ferret
ml-ferret copied to clipboard
сhanged concatenation of strings to f-strings to improve readability and unify with the rest code
reproducability -> reproducibility
Remove unneeded debug lines which were previously commented out, makes reading code easier and cleaner.
typo and grammatical fixes for readability
Inside ml-ferret\ferret\eval\eval_flickr_entities.pyeval_flickr_entities.py
- Add MPS support with auto DEVICE selection between cuda, mps and cpu - Applied PEP refacto to the 3 modified files (single quotes, lines max length etc) Happy to...
Upgrading from FlashAttention (1.x) to FlashAttention-2, `flash_attn_unpadded_qkvpacked_func` has been renamed and gives error. Reference - https://github.com/Dao-AILab/flash-attention/issues/318#issuecomment-1756153770 Also, during finetuning we're getting runtime RuntimeError: TensorBoardCallback in FERRETTrainer requires tensorboard to be...
I could not get the gradio app to work with the existing code. It would refresh the "Referring Input Cache" and the "Parsed Referring Input" twice so it would disappear....