Boyang Fu

Results 3 issues of Boyang Fu

Dear Project developers: Thank you for providing such a great tool. I am currently testing the "A la Carte" method proposed by Zichao Yang et al. And I notice that...

Dear Developers: I notice that after the last pandas-plink update, the memory needed to load the same amount of matrix significantly increase (during the process of lazy loading). I wonder...

I got a runtime error when following the hugging face running instruction: ``` from transformers import AutoTokenizer, Llama4ForConditionalGeneration import torch model_id = "meta-llama/Llama-4-Scout-17B-16E-Instruct" tokenizer = AutoTokenizer.from_pretrained(model_id) messages = [ {"role":...