Closed sevenandseven closed 8 months ago
Hi, thanks for your attention!
The module train_bash
is actually from LLaMA-Factory
, which is used as a submodule in the main
branch. As vanilla git clone
without the --recurse-submodules
argument doesn't install submodules, you need to install the module manually.
Here are the steps to do so:
git submodule update --init --recursive
LLaMA-Factory
module locally:
pip install -e LLaMA-Factory
Hope this helps.
Thank you for your reply. Using your method, I was able to run the code.
Hello, I followed the instructions to download the LLamA-Factory and bigcode into a directory, and then run the sfdt.sh file under the alpha directory, but an error occurred. Could you please tell me what the problem is and how to solve it?