hiyouga / LLaMA-Factory-Doc

LLaMA Factory Document

Home Page:https://llamafactory.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LLaMA-Factory Document

Document for https://github.com/hiyouga/LLaMA-Factory

Visit https://llamafactory.readthedocs.io/ for the document.

Contribution

Doc contribution welcome. Before creating a PR, please check and test your docs locally as follows:

  1. Step into the path docs:
cd docs
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Build
make html
  1. Server on localhost for doc preview:
python -m http.server -d build/html 8008

Acknowledgement

This repo benefits from Qwen2. Thanks for their wonderful works.

About

LLaMA Factory Document

https://llamafactory.readthedocs.io

License:Apache License 2.0