Document for https://github.com/hiyouga/LLaMA-Factory
Visit https://llamafactory.readthedocs.io/ for the document.
Doc contribution welcome. Before creating a PR, please check and test your docs locally as follows:
- Step into the path
docs
:
cd docs
- Install the required dependencies:
pip install -r requirements.txt
- Build
make html
- Server on localhost for doc preview:
python -m http.server -d build/html 8008
This repo benefits from Qwen2. Thanks for their wonderful works.