Skip to content

hiyouga/LLaMA-Factory-Doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.