adam li
adam li
``` 2024-04-25 19:57:48.348 [info] CURSOR LOG: Error in streaming cpp [canceled] This operation was aborted 2024-04-25 19:57:48.348 [info] CURSOR LOG: restFunc done a6a147dc-268a-40f5-b2c4-18bf047ae22e 2024-04-25 19:57:48.352 [info] CURSOR LOG: restFunc initiated...
I found a possible workaround in here and it immediately works for me. You guys can try it and tell us whether it works for more people. https://github.com/getcursor/cursor/issues/663#issuecomment-1690313795
hey guys I met similar issue when fintuning with lora using llama3 in 4 cards V100-16G ``` litgpt finetune_lora \ --config /work/4/lzd/litgpt/lora.yaml \ /work/4/lzd/litgpt/Meta-Llama-3-8B ``` And after training for100 iters,the...
@rasbt Hi, Thanks for your timely reply!In my version, it seems that I cannot just comment these codes about `kv_cache`. I'm in `litgpt == 0.4.2` now. Because after commented that,...
@rasbt Hi, since I sike the validation process in fine-tuning. How do I run `evaluation` separately to judge the acc? I try to use the similar `cmd` but find error....