ghqing0310

Results 4 comments of ghqing0310

> Did you run `python setup.py install` before executing the scripts? Yes, and when running small_benchmark/main.py, it shows that a circular import happens. ![image](https://user-images.githubusercontent.com/22017585/141080727-fa383dc0-d58d-481c-a090-f98c5602465c.png)

> Can you try to run the script not within the root folder, but within `small_benchmark`? > > ``` > cd small_benchmark > python main.py > ``` Yep that's the...

> Alpaca-lora author here. I've added a script to merge and convert weights to state_dict in my repo [(link)](https://github.com/tloen/alpaca-lora/blob/main/export_state_dict_checkpoint.py). Curious to see it run on llama.cpp :) The code doesn't...

> ![image](https://user-images.githubusercontent.com/87243032/227780494-b6e1b0ea-1487-49b6-9f96-6d66f1074d30.png) So I discovered an issue where, when switching to a new dataset, the attention mask actually just sets the dictionary key for the Output to be "", before...