Satheesh K
Satheesh K
I want to get char positions of changed text along with change tuples. Please help if anyone implemented this? Example in Python: ``` import diff_match_patch as dmp_module dmp = dmp_module.diff_match_patch()...
Hi, I want to know whether running times in Results.pdf are measured on GPU or CPU?
While plotting anchor boxes in the workshop/vis.py, y limits are set from [-500,500] , so while displaying -500 will be located at the bottom of the plot. For conventional plots...
**Unable to fine-tune Llama2 70B with FSDP** I am trying to fine-tune Llama2 70B model on a dataset, with TP=4, PP=8 it is working fine. But with FSDP on 6...
Hi, I know this is not a problem with respect to your library but I am struggling to know how to prevent single character matching issues. For example: In the...
Hi, Can you please give us instructions about fine-tuning deepseekv2 model? Can we use `finetune.py` script from `DeepSeek-MoE` https://github.com/deepseek-ai/DeepSeek-MoE/blob/main/finetune/finetune.py